Shades of Rock Blue #869EBB
Tints of Rock Blue #869EBB
RGB
CMYK
RGB Variations
Color information
#869EBB (or 0x869EBB) is known color: Rock Blue. HEX triplet: 86, 9E and BB. RGB value is (134,158,187). Sum of RGB (Red+Green+Blue) = 134+158+187=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #869EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869EBB is #796144. Grayscale: #999999. Windows color (decimal): -7954757 or 12295814. OLE color: 12295814.
HSL color Cylindrical-coordinate representation of color #869EBB: hue angle of 212.83º 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 #869EBB is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 158 | 187 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.27 |
| HSL | 212.83º | 0.28% | 0.63% | - |
| HSV(B) | 212.83º | 0.28% | 0.73% | - |
| XYZ | 31.03 | 33.11 | 51.77 | - |
| YUV | 154.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 187 | 0.28 | 0.16 | 0 | 0.27 | 212.83 | 0.28 | 0.63 |
| Hex | 86 | 9E | BB | 1C | 10 | 0 | 1B | D5 | 1C | 3F |
| Octal | 206 | 236 | 273 | 34 | 20 | 0 | 33 | 325 | 34 | 77 |
| Binary | 10000110 | 10011110 | 10111011 | 11100 | 10000 | 0 | 11011 | 11010101 | 11100 | 111111 |
Color Harmonies of #869EBB
Complementary color
Monochromatic Colors of #869EBB
Black with #869EBB
Text Example
Text Example
White with #869EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869EBB; }
p { color: rgb(134,158,187); }
H1.HeaderClassName
{
color: #869EBB;
}
.AnyTagClassName
{
color: #869EBB;
}
</style>
background-color css
<style>
a { background-color: #869EBB; }
a { background-color: rgb(134,158,187); }
div.DivClassName
{
background-color: #869EBB;
}
.BgClassName
{
background-color: #869EBB;
}
</style>
border-color css
<style>
span { border-color: #869EBB; }
span { border-color: rgb(134,158,187); }
td.TdClassName
{
border-color: #869EBB;
}
.TagClassName
{
border-color: #869EBB;
}
</style>