#858ABD

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

Shades of Wild Blue Yonder #858ABD

Tints of Wild Blue Yonder #858ABD

Color information

#858ABD (or 0x858ABD) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8A and BD. RGB value is (133,138,189). Sum of RGB (Red+Green+Blue) = 133+138+189=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #858ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ABD is #7A7542. Grayscale: #8E8E8E. Windows color (decimal): -8025411 or 12421765. OLE color: 12421765.

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

Color convert

RGB133138189-
CMYK0.300.2700.26
HSL234.64º29.79%63.14%-
HSV(B)234.64º29.63%74.12%-
XYZ27.9526.8451.85-
YUV142.32154.34121.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=28.91%
G=30%
B=41.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331381890.300.2700.26234.6429.7963.14
Hex858ABD1E1B01Aeb1e3f
Octal20521227536330323533677
Binary10000101100010101011110111110110110110101110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,138,189); }

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

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

 a { background-color: rgb(133,138,189); }

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

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

 span { border-color: rgb(133,138,189); }

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