#858FBC

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

Shades of Wild Blue Yonder #858FBC

Tints of Wild Blue Yonder #858FBC

Color information

#858FBC (or 0x858FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8F and BC. RGB value is (133,143,188). Sum of RGB (Red+Green+Blue) = 133+143+188=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #858FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FBC is #7A7043. Grayscale: #909090. Windows color (decimal): -8024132 or 12357509. OLE color: 12357509.

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

Color convert

RGB133143188-
CMYK0.290.2400.26
HSL229.09º29.1%62.94%-
HSV(B)229.09º29.26%73.73%-
XYZ28.5728.2651.53-
YUV145.14152.19119.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 143 (56.25% from 255) = 30.82%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=28.66%
G=30.82%
B=40.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331431880.290.2400.26229.0929.162.94
Hex858FBC1D1801Ae51d3f
Octal20521727435300323453577
Binary10000101100011111011110011101110000110101110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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