#858EAF

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

Shades of Wild Blue Yonder #858EAF

Tints of Wild Blue Yonder #858EAF

Color information

#858EAF (or 0x858EAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8E and AF. RGB value is (133,142,175). Sum of RGB (Red+Green+Blue) = 133+142+175=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #858EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858EAF is #7A7150. Grayscale: #8E8E8E. Windows color (decimal): -8024401 or 11505285. OLE color: 11505285.

HSL color Cylindrical-coordinate representation of color #858EAF: hue angle of 227.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858EAF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133142175-
CMYK0.240.1900.31
HSL227.14º20.79%60.39%-
HSV(B)227.14º24%68.63%-
XYZ27.0827.4344.42-
YUV143.07146.02120.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=29.56%
G=31.56%
B=38.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331421750.240.1900.31227.1420.7960.39
Hex858EAF181301Fe3153c
Octal20521625730230373432574
Binary10000101100011101010111111000100110111111110001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858EAF; }

 p { color: rgb(133,142,175); }

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

<style>
 a { background-color: #858EAF; }

 a { background-color: rgb(133,142,175); }

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

<style>
 span { border-color: #858EAF; }

 span { border-color: rgb(133,142,175); }

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