#858DAE

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

Shades of Wild Blue Yonder #858DAE

Tints of Wild Blue Yonder #858DAE

Color information

#858DAE (or 0x858DAE) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8D and AE. RGB value is (133,141,174). Sum of RGB (Red+Green+Blue) = 133+141+174=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #858DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858DAE is #7A7251. Grayscale: #8E8E8E. Windows color (decimal): -8024658 or 11439493. OLE color: 11439493.

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

Color convert

RGB133141174-
CMYK0.240.1900.32
HSL228.29º20.2%60.2%-
HSV(B)228.29º23.56%68.24%-
XYZ26.8427.0943.86-
YUV142.37145.85121.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=29.69%
G=31.47%
B=38.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331411740.240.1900.32228.2920.260.2
Hex858DAE1813020e4143c
Octal20521525630230403442474
Binary100001011000110110101110110001001101000001110010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,141,174); }

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

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

 a { background-color: rgb(133,141,174); }

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

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

 span { border-color: rgb(133,141,174); }

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