Shades of Wild Blue Yonder #858EBA
Tints of Wild Blue Yonder #858EBA
RGB
CMYK
RGB Variations
Color information
#858EBA (or 0x858EBA) is known color: Wild Blue Yonder. HEX triplet: 85, 8E and BA. RGB value is (133,142,186). Sum of RGB (Red+Green+Blue) = 133+142+186=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #858EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EBA is #7A7145. Grayscale: #909090. Windows color (decimal): -8024390 or 12226181. OLE color: 12226181.
HSL color Cylindrical-coordinate representation of color #858EBA: hue angle of 229.81º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #858EBA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 142 | 186 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.27 |
| HSL | 229.81º | 0.28% | 0.63% | - |
| HSV(B) | 229.81º | 0.28% | 0.73% | - |
| XYZ | 28.21 | 27.88 | 50.35 | - |
| YUV | 144.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 186 | 0.28 | 0.24 | 0 | 0.27 | 229.81 | 0.28 | 0.63 |
| Hex | 85 | 8E | BA | 1C | 18 | 0 | 1B | E6 | 1C | 3F |
| Octal | 205 | 216 | 272 | 34 | 30 | 0 | 33 | 346 | 34 | 77 |
| Binary | 10000101 | 10001110 | 10111010 | 11100 | 11000 | 0 | 11011 | 11100110 | 11100 | 111111 |
Color Harmonies of #858EBA
Complementary color
Monochromatic Colors of #858EBA
Black with #858EBA
Text Example
Text Example
White with #858EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EBA; }
p { color: rgb(133,142,186); }
H1.HeaderClassName
{
color: #858EBA;
}
.AnyTagClassName
{
color: #858EBA;
}
</style>
background-color css
<style>
a { background-color: #858EBA; }
a { background-color: rgb(133,142,186); }
div.DivClassName
{
background-color: #858EBA;
}
.BgClassName
{
background-color: #858EBA;
}
</style>
border-color css
<style>
span { border-color: #858EBA; }
span { border-color: rgb(133,142,186); }
td.TdClassName
{
border-color: #858EBA;
}
.TagClassName
{
border-color: #858EBA;
}
</style>