Shades of Rock Blue #869FBB
Tints of Rock Blue #869FBB
RGB
CMYK
RGB Variations
Color information
#869FBB (or 0x869FBB) is known color: Rock Blue. HEX triplet: 86, 9F and BB. RGB value is (134,159,187). Sum of RGB (Red+Green+Blue) = 134+159+187=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #869FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FBB is #796044. Grayscale: #9A9A9A. Windows color (decimal): -7954501 or 12296070. OLE color: 12296070.
HSL color Cylindrical-coordinate representation of color #869FBB: hue angle of 211.7º 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 #869FBB is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 159 | 187 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.27 |
| HSL | 211.7º | 0.28% | 0.63% | - |
| HSV(B) | 211.7º | 0.28% | 0.73% | - |
| XYZ | 31.2 | 33.45 | 51.83 | - |
| YUV | 154.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 187 | 0.28 | 0.15 | 0 | 0.27 | 211.7 | 0.28 | 0.63 |
| Hex | 86 | 9F | BB | 1C | F | 0 | 1B | D4 | 1C | 3F |
| Octal | 206 | 237 | 273 | 34 | 17 | 0 | 33 | 324 | 34 | 77 |
| Binary | 10000110 | 10011111 | 10111011 | 11100 | 1111 | 0 | 11011 | 11010100 | 11100 | 111111 |
Color Harmonies of #869FBB
Complementary color
Monochromatic Colors of #869FBB
Black with #869FBB
Text Example
Text Example
White with #869FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FBB; }
p { color: rgb(134,159,187); }
H1.HeaderClassName
{
color: #869FBB;
}
.AnyTagClassName
{
color: #869FBB;
}
</style>
background-color css
<style>
a { background-color: #869FBB; }
a { background-color: rgb(134,159,187); }
div.DivClassName
{
background-color: #869FBB;
}
.BgClassName
{
background-color: #869FBB;
}
</style>
border-color css
<style>
span { border-color: #869FBB; }
span { border-color: rgb(134,159,187); }
td.TdClassName
{
border-color: #869FBB;
}
.TagClassName
{
border-color: #869FBB;
}
</style>