#858EBF

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

Shades of Wild Blue Yonder #858EBF

Tints of Wild Blue Yonder #858EBF

Color information

#858EBF (or 0x858EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8E and BF. RGB value is (133,142,191). Sum of RGB (Red+Green+Blue) = 133+142+191=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #858EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EBF is #7A7140. Grayscale: #909090. Windows color (decimal): -8024385 or 12553861. OLE color: 12553861.

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

Color convert

RGB133142191-
CMYK0.300.2600.25
HSL230.69º31.18%63.53%-
HSV(B)230.69º30.37%74.9%-
XYZ28.7528.0953.2-
YUV144.89154.02119.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 191 (75% from 255) = 40.99%
R=28.54%
G=30.47%
B=40.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331421910.300.2600.25230.6931.1863.53
Hex858EBF1E1A019e71f40
Octal205216277363203134737100
Binary100001011000111010111111111101101001100111100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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