Shades of Rock Blue #869BBB
Tints of Rock Blue #869BBB
RGB
CMYK
RGB Variations
Color information
#869BBB (or 0x869BBB) is known color: Rock Blue. HEX triplet: 86, 9B and BB. RGB value is (134,155,187). Sum of RGB (Red+Green+Blue) = 134+155+187=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #869BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BBB is #796444. Grayscale: #989898. Windows color (decimal): -7955525 or 12295046. OLE color: 12295046.
HSL color Cylindrical-coordinate representation of color #869BBB: hue angle of 216.23º 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 #869BBB is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 155 | 187 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.27 |
| HSL | 216.23º | 0.28% | 0.63% | - |
| HSV(B) | 216.23º | 0.28% | 0.73% | - |
| XYZ | 30.52 | 32.1 | 51.6 | - |
| YUV | 152.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 187 | 0.28 | 0.17 | 0 | 0.27 | 216.23 | 0.28 | 0.63 |
| Hex | 86 | 9B | BB | 1C | 11 | 0 | 1B | D8 | 1C | 3F |
| Octal | 206 | 233 | 273 | 34 | 21 | 0 | 33 | 330 | 34 | 77 |
| Binary | 10000110 | 10011011 | 10111011 | 11100 | 10001 | 0 | 11011 | 11011000 | 11100 | 111111 |
Color Harmonies of #869BBB
Complementary color
Monochromatic Colors of #869BBB
Black with #869BBB
Text Example
Text Example
White with #869BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869BBB; }
p { color: rgb(134,155,187); }
H1.HeaderClassName
{
color: #869BBB;
}
.AnyTagClassName
{
color: #869BBB;
}
</style>
background-color css
<style>
a { background-color: #869BBB; }
a { background-color: rgb(134,155,187); }
div.DivClassName
{
background-color: #869BBB;
}
.BgClassName
{
background-color: #869BBB;
}
</style>
border-color css
<style>
span { border-color: #869BBB; }
span { border-color: rgb(134,155,187); }
td.TdClassName
{
border-color: #869BBB;
}
.TagClassName
{
border-color: #869BBB;
}
</style>