#7395CE

Color #7395CE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7395CE

Tints of Wild Blue Yonder #7395CE

Color information

#7395CE (or 0x7395CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 95 and CE. RGB value is (115,149,206). Sum of RGB (Red+Green+Blue) = 115+149+206=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #7395CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395CE is #8C6A31. Grayscale: #919191. Windows color (decimal): -9202226 or 13538675. OLE color: 13538675.

HSL color Cylindrical-coordinate representation of color #7395CE: hue angle of 217.58º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7395CE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB115149206-
CMYK0.440.2800.19
HSL217.58º48.15%62.94%-
HSV(B)217.58º44.17%80.78%-
XYZ28.9629.662.58-
YUV145.33162.24106.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 24.47%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=24.47%
G=31.70%
B=43.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151492060.440.2800.19217.5848.1562.94
Hex7395CE2C1C013da303f
Octal16322531654340233326077
Binary111001110010101110011101011001110001001111011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7395CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7395CE; }

 p { color: rgb(115,149,206); }

 H1.HeaderClassName
 {
   color: #7395CE;
 }
 .AnyTagClassName
 {
   color: #7395CE;
 }
</style>
background-color css

<style>
 a { background-color: #7395CE; }

 a { background-color: rgb(115,149,206); }

 div.DivClassName
 {
   background-color: #7395CE;
 }
 .BgClassName
 {
   background-color: #7395CE;
 }
</style>
border-color css

<style>
 span { border-color: #7395CE; }

 span { border-color: rgb(115,149,206); }

 td.TdClassName
 {
   border-color: #7395CE;
 }
 .TagClassName
 {
   border-color: #7395CE;
 }
</style>