#858EB0

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

Shades of Wild Blue Yonder #858EB0

Tints of Wild Blue Yonder #858EB0

Color information

#858EB0 (or 0x858EB0) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8E and B0. RGB value is (133,142,176). Sum of RGB (Red+Green+Blue) = 133+142+176=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 176 - color contains mainly: blue. Hex color #858EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858EB0 is #7A714F. Grayscale: #8F8F8F. Windows color (decimal): -8024400 or 11570821. OLE color: 11570821.

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

Color convert

RGB133142176-
CMYK0.240.1900.31
HSL227.44º21.39%60.59%-
HSV(B)227.44º24.43%69.02%-
XYZ27.1827.4744.94-
YUV143.18146.52120.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 176 (69.14% from 255) = 39.02%
R=29.49%
G=31.49%
B=39.02%

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
Decimal1331421760.240.1900.31227.4421.3960.59
Hex858EB0181301Fe3153d
Octal20521626030230373432575
Binary10000101100011101011000011000100110111111110001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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