#858DAF

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

Shades of Wild Blue Yonder #858DAF

Tints of Wild Blue Yonder #858DAF

Color information

#858DAF (or 0x858DAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8D and AF. RGB value is (133,141,175). Sum of RGB (Red+Green+Blue) = 133+141+175=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #858DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858DAF is #7A7250. Grayscale: #8E8E8E. Windows color (decimal): -8024657 or 11505029. OLE color: 11505029.

HSL color Cylindrical-coordinate representation of color #858DAF: hue angle of 228.57º 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 #858DAF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133141175-
CMYK0.240.1900.31
HSL228.57º20.79%60.39%-
HSV(B)228.57º24%68.63%-
XYZ26.9427.1344.37-
YUV142.48146.35121.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.62%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=29.62%
G=31.40%
B=38.98%

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
Decimal1331411750.240.1900.31228.5720.7960.39
Hex858DAF181301Fe5153c
Octal20521525730230373452574
Binary10000101100011011010111111000100110111111110010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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