Shades of Wild Blue Yonder #858DBC
Tints of Wild Blue Yonder #858DBC
RGB
CMYK
RGB Variations
Color information
#858DBC (or 0x858DBC) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and BC. RGB value is (133,141,188). Sum of RGB (Red+Green+Blue) = 133+141+188=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #858DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DBC is #7A7243. Grayscale: #8F8F8F. Windows color (decimal): -8024644 or 12356997. OLE color: 12356997.
HSL color Cylindrical-coordinate representation of color #858DBC: hue angle of 231.27º 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 #858DBC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 141 | 188 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.26 |
| HSL | 231.27º | 0.29% | 0.63% | - |
| HSV(B) | 231.27º | 0.29% | 0.74% | - |
| XYZ | 28.27 | 27.67 | 51.43 | - |
| YUV | 143.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 188 | 0.29 | 0.25 | 0 | 0.26 | 231.27 | 0.29 | 0.63 |
| Hex | 85 | 8D | BC | 1D | 19 | 0 | 1A | E7 | 1D | 3F |
| Octal | 205 | 215 | 274 | 35 | 31 | 0 | 32 | 347 | 35 | 77 |
| Binary | 10000101 | 10001101 | 10111100 | 11101 | 11001 | 0 | 11010 | 11100111 | 11101 | 111111 |
Color Harmonies of #858DBC
Complementary color
Monochromatic Colors of #858DBC
Black with #858DBC
Text Example
Text Example
White with #858DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DBC; }
p { color: rgb(133,141,188); }
H1.HeaderClassName
{
color: #858DBC;
}
.AnyTagClassName
{
color: #858DBC;
}
</style>
background-color css
<style>
a { background-color: #858DBC; }
a { background-color: rgb(133,141,188); }
div.DivClassName
{
background-color: #858DBC;
}
.BgClassName
{
background-color: #858DBC;
}
</style>
border-color css
<style>
span { border-color: #858DBC; }
span { border-color: rgb(133,141,188); }
td.TdClassName
{
border-color: #858DBC;
}
.TagClassName
{
border-color: #858DBC;
}
</style>