Shades of Rock Blue #869BB9
Tints of Rock Blue #869BB9
RGB
CMYK
RGB Variations
Color information
#869BB9 (or 0x869BB9) is known color: Rock Blue. HEX triplet: 86, 9B and B9. RGB value is (134,155,185). Sum of RGB (Red+Green+Blue) = 134+155+185=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #869BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BB9 is #796446. Grayscale: #979797. Windows color (decimal): -7955527 or 12163974. OLE color: 12163974.
HSL color Cylindrical-coordinate representation of color #869BB9: hue angle of 215.29º degrees, saturation: 0.27, 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 #869BB9 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 155 | 185 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.27 |
| HSL | 215.29º | 0.27% | 0.63% | - |
| HSV(B) | 215.29º | 0.28% | 0.73% | - |
| XYZ | 30.31 | 32.01 | 50.48 | - |
| YUV | 152.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 185 | 0.28 | 0.16 | 0 | 0.27 | 215.29 | 0.27 | 0.63 |
| Hex | 86 | 9B | B9 | 1C | 10 | 0 | 1B | D7 | 1B | 3F |
| Octal | 206 | 233 | 271 | 34 | 20 | 0 | 33 | 327 | 33 | 77 |
| Binary | 10000110 | 10011011 | 10111001 | 11100 | 10000 | 0 | 11011 | 11010111 | 11011 | 111111 |
Color Harmonies of #869BB9
Complementary color
Monochromatic Colors of #869BB9
Black with #869BB9
Text Example
Text Example
White with #869BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869BB9; }
p { color: rgb(134,155,185); }
H1.HeaderClassName
{
color: #869BB9;
}
.AnyTagClassName
{
color: #869BB9;
}
</style>
background-color css
<style>
a { background-color: #869BB9; }
a { background-color: rgb(134,155,185); }
div.DivClassName
{
background-color: #869BB9;
}
.BgClassName
{
background-color: #869BB9;
}
</style>
border-color css
<style>
span { border-color: #869BB9; }
span { border-color: rgb(134,155,185); }
td.TdClassName
{
border-color: #869BB9;
}
.TagClassName
{
border-color: #869BB9;
}
</style>