Shades of Rock Blue #8799BA
Tints of Rock Blue #8799BA
RGB
CMYK
RGB Variations
Color information
#8799BA (or 0x8799BA) is known color: Rock Blue. HEX triplet: 87, 99 and BA. RGB value is (135,153,186). Sum of RGB (Red+Green+Blue) = 135+153+186=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #8799BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799BA is #786645. Grayscale: #979797. Windows color (decimal): -7890502 or 12228999. OLE color: 12228999.
HSL color Cylindrical-coordinate representation of color #8799BA: hue angle of 218.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8799BA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 153 | 186 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.27 |
| HSL | 218.82º | 0.27% | 0.63% | - |
| HSV(B) | 218.82º | 0.27% | 0.73% | - |
| XYZ | 30.25 | 31.48 | 50.94 | - |
| YUV | 151.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 186 | 0.27 | 0.18 | 0 | 0.27 | 218.82 | 0.27 | 0.63 |
| Hex | 87 | 99 | BA | 1B | 12 | 0 | 1B | DB | 1B | 3F |
| Octal | 207 | 231 | 272 | 33 | 22 | 0 | 33 | 333 | 33 | 77 |
| Binary | 10000111 | 10011001 | 10111010 | 11011 | 10010 | 0 | 11011 | 11011011 | 11011 | 111111 |
Color Harmonies of #8799BA
Complementary color
Monochromatic Colors of #8799BA
Black with #8799BA
Text Example
Text Example
White with #8799BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8799BA; }
p { color: rgb(135,153,186); }
H1.HeaderClassName
{
color: #8799BA;
}
.AnyTagClassName
{
color: #8799BA;
}
</style>
background-color css
<style>
a { background-color: #8799BA; }
a { background-color: rgb(135,153,186); }
div.DivClassName
{
background-color: #8799BA;
}
.BgClassName
{
background-color: #8799BA;
}
</style>
border-color css
<style>
span { border-color: #8799BA; }
span { border-color: rgb(135,153,186); }
td.TdClassName
{
border-color: #8799BA;
}
.TagClassName
{
border-color: #8799BA;
}
</style>