#858FBE

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

Shades of Wild Blue Yonder #858FBE

Tints of Wild Blue Yonder #858FBE

Color information

#858FBE (or 0x858FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8F and BE. RGB value is (133,143,190). Sum of RGB (Red+Green+Blue) = 133+143+190=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #858FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FBE is #7A7041. Grayscale: #919191. Windows color (decimal): -8024130 or 12488581. OLE color: 12488581.

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

Color convert

RGB133143190-
CMYK0.30.2500.25
HSL229.47º30.48%63.33%-
HSV(B)229.47º30%74.51%-
XYZ28.7928.3552.67-
YUV145.37153.19119.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=28.54%
G=30.69%
B=40.77%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331431900.30.2500.25229.4730.4863.33
Hex858FBE1E19019e51e3f
Octal20521727636310313453677
Binary10000101100011111011111011110110010110011110010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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