#858FBD

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

Shades of Wild Blue Yonder #858FBD

Tints of Wild Blue Yonder #858FBD

Color information

#858FBD (or 0x858FBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8F and BD. RGB value is (133,143,189). Sum of RGB (Red+Green+Blue) = 133+143+189=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #858FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FBD is #7A7042. Grayscale: #919191. Windows color (decimal): -8024131 or 12423045. OLE color: 12423045.

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

Color convert

RGB133143189-
CMYK0.300.2400.26
HSL229.29º29.79%63.14%-
HSV(B)229.29º29.63%74.12%-
XYZ28.6828.3152.1-
YUV145.25152.69119.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=28.60%
G=30.75%
B=40.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331431890.300.2400.26229.2929.7963.14
Hex858FBD1E1801Ae51e3f
Octal20521727536300323453677
Binary10000101100011111011110111110110000110101110010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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