#858EB3

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

Shades of Wild Blue Yonder #858EB3

Tints of Wild Blue Yonder #858EB3

Color information

#858EB3 (or 0x858EB3) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8E and B3. RGB value is (133,142,179). Sum of RGB (Red+Green+Blue) = 133+142+179=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #858EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EB3 is #7A714C. Grayscale: #8F8F8F. Windows color (decimal): -8024397 or 11767429. OLE color: 11767429.

HSL color Cylindrical-coordinate representation of color #858EB3: hue angle of 228.26º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858EB3 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB133142179-
CMYK0.260.2100.30
HSL228.26º23.23%61.18%-
HSV(B)228.26º25.7%70.2%-
XYZ27.4827.5946.52-
YUV143.53148.02120.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 179 (70.31% from 255) = 39.43%
R=29.30%
G=31.28%
B=39.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331421790.260.2100.30228.2623.2361.18
Hex858EB31A1501Ee4173d
Octal20521626332250363442775
Binary10000101100011101011001111010101010111101110010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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