#858BBC

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

Shades of Wild Blue Yonder #858BBC

Tints of Wild Blue Yonder #858BBC

Color information

#858BBC (or 0x858BBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8B and BC. RGB value is (133,139,188). Sum of RGB (Red+Green+Blue) = 133+139+188=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #858BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BBC is #7A7443. Grayscale: #8E8E8E. Windows color (decimal): -8025156 or 12356485. OLE color: 12356485.

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

Color convert

RGB133139188-
CMYK0.290.2600.26
HSL233.45º29.1%62.94%-
HSV(B)233.45º29.26%73.73%-
XYZ27.9827.0851.33-
YUV142.79153.51121.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 139 (54.69% from 255) = 30.22%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=28.91%
G=30.22%
B=40.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331391880.290.2600.26233.4529.162.94
Hex858BBC1D1A01Ae91d3f
Octal20521327435320323513577
Binary10000101100010111011110011101110100110101110100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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