Shades of Wild Blue Yonder #858FBC
Tints of Wild Blue Yonder #858FBC
RGB
CMYK
RGB Variations
Color information
#858FBC (or 0x858FBC) is known color: Wild Blue Yonder. HEX triplet: 85, 8F and BC. RGB value is (133,143,188). Sum of RGB (Red+Green+Blue) = 133+143+188=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #858FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FBC is #7A7043. Grayscale: #909090. Windows color (decimal): -8024132 or 12357509. OLE color: 12357509.
HSL color Cylindrical-coordinate representation of color #858FBC: hue angle of 229.09º 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 #858FBC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 143 | 188 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.26 |
| HSL | 229.09º | 0.29% | 0.63% | - |
| HSV(B) | 229.09º | 0.29% | 0.74% | - |
| XYZ | 28.57 | 28.26 | 51.53 | - |
| YUV | 145.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 188 | 0.29 | 0.24 | 0 | 0.26 | 229.09 | 0.29 | 0.63 |
| Hex | 85 | 8F | BC | 1D | 18 | 0 | 1A | E5 | 1D | 3F |
| Octal | 205 | 217 | 274 | 35 | 30 | 0 | 32 | 345 | 35 | 77 |
| Binary | 10000101 | 10001111 | 10111100 | 11101 | 11000 | 0 | 11010 | 11100101 | 11101 | 111111 |
Color Harmonies of #858FBC
Complementary color
Monochromatic Colors of #858FBC
Black with #858FBC
Text Example
Text Example
White with #858FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FBC; }
p { color: rgb(133,143,188); }
H1.HeaderClassName
{
color: #858FBC;
}
.AnyTagClassName
{
color: #858FBC;
}
</style>
background-color css
<style>
a { background-color: #858FBC; }
a { background-color: rgb(133,143,188); }
div.DivClassName
{
background-color: #858FBC;
}
.BgClassName
{
background-color: #858FBC;
}
</style>
border-color css
<style>
span { border-color: #858FBC; }
span { border-color: rgb(133,143,188); }
td.TdClassName
{
border-color: #858FBC;
}
.TagClassName
{
border-color: #858FBC;
}
</style>