Shades of Wild Blue Yonder #858CBA
Tints of Wild Blue Yonder #858CBA
RGB
CMYK
RGB Variations
Color information
#858CBA (or 0x858CBA) is known color: Wild Blue Yonder. HEX triplet: 85, 8C and BA. RGB value is (133,140,186). Sum of RGB (Red+Green+Blue) = 133+140+186=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #858CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CBA is #7A7345. Grayscale: #8E8E8E. Windows color (decimal): -8024902 or 12225669. OLE color: 12225669.
HSL color Cylindrical-coordinate representation of color #858CBA: hue angle of 232.08º 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 #858CBA is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 140 | 186 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.27 |
| HSL | 232.08º | 0.28% | 0.63% | - |
| HSV(B) | 232.08º | 0.28% | 0.73% | - |
| XYZ | 27.91 | 27.29 | 50.25 | - |
| YUV | 143.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 186 | 0.28 | 0.25 | 0 | 0.27 | 232.08 | 0.28 | 0.63 |
| Hex | 85 | 8C | BA | 1C | 19 | 0 | 1B | E8 | 1C | 3F |
| Octal | 205 | 214 | 272 | 34 | 31 | 0 | 33 | 350 | 34 | 77 |
| Binary | 10000101 | 10001100 | 10111010 | 11100 | 11001 | 0 | 11011 | 11101000 | 11100 | 111111 |
Color Harmonies of #858CBA
Complementary color
Monochromatic Colors of #858CBA
Black with #858CBA
Text Example
Text Example
White with #858CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CBA; }
p { color: rgb(133,140,186); }
H1.HeaderClassName
{
color: #858CBA;
}
.AnyTagClassName
{
color: #858CBA;
}
</style>
background-color css
<style>
a { background-color: #858CBA; }
a { background-color: rgb(133,140,186); }
div.DivClassName
{
background-color: #858CBA;
}
.BgClassName
{
background-color: #858CBA;
}
</style>
border-color css
<style>
span { border-color: #858CBA; }
span { border-color: rgb(133,140,186); }
td.TdClassName
{
border-color: #858CBA;
}
.TagClassName
{
border-color: #858CBA;
}
</style>