Shades of Wild Blue Yonder #858EBD
Tints of Wild Blue Yonder #858EBD
RGB
CMYK
RGB Variations
Color information
#858EBD (or 0x858EBD) is known color: Wild Blue Yonder. HEX triplet: 85, 8E and BD. RGB value is (133,142,189). Sum of RGB (Red+Green+Blue) = 133+142+189=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #858EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EBD is #7A7142. Grayscale: #909090. Windows color (decimal): -8024387 or 12422789. OLE color: 12422789.
HSL color Cylindrical-coordinate representation of color #858EBD: hue angle of 230.36º 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 #858EBD is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 142 | 189 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.26 |
| HSL | 230.36º | 0.3% | 0.63% | - |
| HSV(B) | 230.36º | 0.3% | 0.74% | - |
| XYZ | 28.53 | 28.01 | 52.05 | - |
| YUV | 144.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 189 | 0.30 | 0.25 | 0 | 0.26 | 230.36 | 0.3 | 0.63 |
| Hex | 85 | 8E | BD | 1E | 19 | 0 | 1A | E6 | 1E | 3F |
| Octal | 205 | 216 | 275 | 36 | 31 | 0 | 32 | 346 | 36 | 77 |
| Binary | 10000101 | 10001110 | 10111101 | 11110 | 11001 | 0 | 11010 | 11100110 | 11110 | 111111 |
Color Harmonies of #858EBD
Complementary color
Monochromatic Colors of #858EBD
Black with #858EBD
Text Example
Text Example
White with #858EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EBD; }
p { color: rgb(133,142,189); }
H1.HeaderClassName
{
color: #858EBD;
}
.AnyTagClassName
{
color: #858EBD;
}
</style>
background-color css
<style>
a { background-color: #858EBD; }
a { background-color: rgb(133,142,189); }
div.DivClassName
{
background-color: #858EBD;
}
.BgClassName
{
background-color: #858EBD;
}
</style>
border-color css
<style>
span { border-color: #858EBD; }
span { border-color: rgb(133,142,189); }
td.TdClassName
{
border-color: #858EBD;
}
.TagClassName
{
border-color: #858EBD;
}
</style>