Shades of Wild Blue Yonder #858CBE
Tints of Wild Blue Yonder #858CBE
RGB
CMYK
RGB Variations
Color information
#858CBE (or 0x858CBE) is known color: Wild Blue Yonder. HEX triplet: 85, 8C and BE. RGB value is (133,140,190). Sum of RGB (Red+Green+Blue) = 133+140+190=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #858CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CBE is #7A7341. Grayscale: #8F8F8F. Windows color (decimal): -8024898 or 12487813. OLE color: 12487813.
HSL color Cylindrical-coordinate representation of color #858CBE: hue angle of 232.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858CBE is Cyan = 0.3, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 140 | 190 | - |
| CMYK | 0.3 | 0.26 | 0 | 0.25 |
| HSL | 232.63º | 0.3% | 0.63% | - |
| HSV(B) | 232.63º | 0.3% | 0.75% | - |
| XYZ | 28.35 | 27.46 | 52.52 | - |
| YUV | 143.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 190 | 0.3 | 0.26 | 0 | 0.25 | 232.63 | 0.3 | 0.63 |
| Hex | 85 | 8C | BE | 1E | 1A | 0 | 19 | E9 | 1E | 3F |
| Octal | 205 | 214 | 276 | 36 | 32 | 0 | 31 | 351 | 36 | 77 |
| Binary | 10000101 | 10001100 | 10111110 | 11110 | 11010 | 0 | 11001 | 11101001 | 11110 | 111111 |
Color Harmonies of #858CBE
Complementary color
Monochromatic Colors of #858CBE
Black with #858CBE
Text Example
Text Example
White with #858CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CBE; }
p { color: rgb(133,140,190); }
H1.HeaderClassName
{
color: #858CBE;
}
.AnyTagClassName
{
color: #858CBE;
}
</style>
background-color css
<style>
a { background-color: #858CBE; }
a { background-color: rgb(133,140,190); }
div.DivClassName
{
background-color: #858CBE;
}
.BgClassName
{
background-color: #858CBE;
}
</style>
border-color css
<style>
span { border-color: #858CBE; }
span { border-color: rgb(133,140,190); }
td.TdClassName
{
border-color: #858CBE;
}
.TagClassName
{
border-color: #858CBE;
}
</style>