Shades of Wild Blue Yonder #858CBC
Tints of Wild Blue Yonder #858CBC
RGB
CMYK
RGB Variations
Color information
#858CBC (or 0x858CBC) is known color: Wild Blue Yonder. HEX triplet: 85, 8C and BC. RGB value is (133,140,188). Sum of RGB (Red+Green+Blue) = 133+140+188=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #858CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CBC is #7A7343. Grayscale: #8F8F8F. Windows color (decimal): -8024900 or 12356741. OLE color: 12356741.
HSL color Cylindrical-coordinate representation of color #858CBC: hue angle of 232.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #858CBC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 140 | 188 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.26 |
| HSL | 232.36º | 0.29% | 0.63% | - |
| HSV(B) | 232.36º | 0.29% | 0.74% | - |
| XYZ | 28.13 | 27.37 | 51.38 | - |
| YUV | 143.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 188 | 0.29 | 0.26 | 0 | 0.26 | 232.36 | 0.29 | 0.63 |
| Hex | 85 | 8C | BC | 1D | 1A | 0 | 1A | E8 | 1D | 3F |
| Octal | 205 | 214 | 274 | 35 | 32 | 0 | 32 | 350 | 35 | 77 |
| Binary | 10000101 | 10001100 | 10111100 | 11101 | 11010 | 0 | 11010 | 11101000 | 11101 | 111111 |
Color Harmonies of #858CBC
Complementary color
Monochromatic Colors of #858CBC
Black with #858CBC
Text Example
Text Example
White with #858CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CBC; }
p { color: rgb(133,140,188); }
H1.HeaderClassName
{
color: #858CBC;
}
.AnyTagClassName
{
color: #858CBC;
}
</style>
background-color css
<style>
a { background-color: #858CBC; }
a { background-color: rgb(133,140,188); }
div.DivClassName
{
background-color: #858CBC;
}
.BgClassName
{
background-color: #858CBC;
}
</style>
border-color css
<style>
span { border-color: #858CBC; }
span { border-color: rgb(133,140,188); }
td.TdClassName
{
border-color: #858CBC;
}
.TagClassName
{
border-color: #858CBC;
}
</style>