Shades of Wild Blue Yonder #858EBF
Tints of Wild Blue Yonder #858EBF
RGB
CMYK
RGB Variations
Color information
#858EBF (or 0x858EBF) is known color: Wild Blue Yonder. HEX triplet: 85, 8E and BF. RGB value is (133,142,191). Sum of RGB (Red+Green+Blue) = 133+142+191=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #858EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EBF is #7A7140. Grayscale: #909090. Windows color (decimal): -8024385 or 12553861. OLE color: 12553861.
HSL color Cylindrical-coordinate representation of color #858EBF: hue angle of 230.69º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858EBF is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 142 | 191 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.25 |
| HSL | 230.69º | 0.31% | 0.64% | - |
| HSV(B) | 230.69º | 0.3% | 0.75% | - |
| XYZ | 28.75 | 28.09 | 53.2 | - |
| YUV | 144.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 191 | 0.30 | 0.26 | 0 | 0.25 | 230.69 | 0.31 | 0.64 |
| Hex | 85 | 8E | BF | 1E | 1A | 0 | 19 | E7 | 1F | 40 |
| Octal | 205 | 216 | 277 | 36 | 32 | 0 | 31 | 347 | 37 | 100 |
| Binary | 10000101 | 10001110 | 10111111 | 11110 | 11010 | 0 | 11001 | 11100111 | 11111 | 1000000 |
Color Harmonies of #858EBF
Complementary color
Monochromatic Colors of #858EBF
Black with #858EBF
Text Example
Text Example
White with #858EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EBF; }
p { color: rgb(133,142,191); }
H1.HeaderClassName
{
color: #858EBF;
}
.AnyTagClassName
{
color: #858EBF;
}
</style>
background-color css
<style>
a { background-color: #858EBF; }
a { background-color: rgb(133,142,191); }
div.DivClassName
{
background-color: #858EBF;
}
.BgClassName
{
background-color: #858EBF;
}
</style>
border-color css
<style>
span { border-color: #858EBF; }
span { border-color: rgb(133,142,191); }
td.TdClassName
{
border-color: #858EBF;
}
.TagClassName
{
border-color: #858EBF;
}
</style>