#858EBE

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

Shades of Wild Blue Yonder #858EBE

Tints of Wild Blue Yonder #858EBE

Color information

#858EBE (or 0x858EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8E and BE. RGB value is (133,142,190). Sum of RGB (Red+Green+Blue) = 133+142+190=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #858EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EBE is #7A7141. Grayscale: #909090. Windows color (decimal): -8024386 or 12488325. OLE color: 12488325.

HSL color Cylindrical-coordinate representation of color #858EBE: hue angle of 230.53º 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 #858EBE is Cyan = 0.3, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133142190-
CMYK0.30.2500.25
HSL230.53º30.48%63.33%-
HSV(B)230.53º30%74.51%-
XYZ28.6428.0552.62-
YUV144.78153.52119.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=28.60%
G=30.54%
B=40.86%

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
Decimal1331421900.30.2500.25230.5330.4863.33
Hex858EBE1E19019e71e3f
Octal20521627636310313473677
Binary10000101100011101011111011110110010110011110011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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