#858CBD

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

Shades of Wild Blue Yonder #858CBD

Tints of Wild Blue Yonder #858CBD

Color information

#858CBD (or 0x858CBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8C and BD. RGB value is (133,140,189). Sum of RGB (Red+Green+Blue) = 133+140+189=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #858CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CBD is #7A7342. Grayscale: #8F8F8F. Windows color (decimal): -8024899 or 12422277. OLE color: 12422277.

HSL color Cylindrical-coordinate representation of color #858CBD: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858CBD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133140189-
CMYK0.300.2600.26
HSL232.5º29.79%63.14%-
HSV(B)232.5º29.63%74.12%-
XYZ28.2427.4251.95-
YUV143.49153.68120.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 140 (55.08% from 255) = 30.30%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=28.79%
G=30.30%
B=40.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331401890.300.2600.26232.529.7963.14
Hex858CBD1E1A01Ae81e3f
Octal20521427536320323503677
Binary10000101100011001011110111110110100110101110100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,140,189); }

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

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

 a { background-color: rgb(133,140,189); }

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

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

 span { border-color: rgb(133,140,189); }

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