Shades of Rock Blue #8799BB
Tints of Rock Blue #8799BB
RGB
CMYK
RGB Variations
Color information
#8799BB (or 0x8799BB) is known color: Rock Blue. HEX triplet: 87, 99 and BB. RGB value is (135,153,187). Sum of RGB (Red+Green+Blue) = 135+153+187=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #8799BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799BB is #786644. Grayscale: #979797. Windows color (decimal): -7890501 or 12294535. OLE color: 12294535.
HSL color Cylindrical-coordinate representation of color #8799BB: hue angle of 219.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 #8799BB is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 153 | 187 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.27 |
| HSL | 219.23º | 0.28% | 0.63% | - |
| HSV(B) | 219.23º | 0.28% | 0.73% | - |
| XYZ | 30.35 | 31.52 | 51.5 | - |
| YUV | 151.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 187 | 0.28 | 0.18 | 0 | 0.27 | 219.23 | 0.28 | 0.63 |
| Hex | 87 | 99 | BB | 1C | 12 | 0 | 1B | DB | 1C | 3F |
| Octal | 207 | 231 | 273 | 34 | 22 | 0 | 33 | 333 | 34 | 77 |
| Binary | 10000111 | 10011001 | 10111011 | 11100 | 10010 | 0 | 11011 | 11011011 | 11100 | 111111 |
Color Harmonies of #8799BB
Complementary color
Monochromatic Colors of #8799BB
Black with #8799BB
Text Example
Text Example
White with #8799BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8799BB; }
p { color: rgb(135,153,187); }
H1.HeaderClassName
{
color: #8799BB;
}
.AnyTagClassName
{
color: #8799BB;
}
</style>
background-color css
<style>
a { background-color: #8799BB; }
a { background-color: rgb(135,153,187); }
div.DivClassName
{
background-color: #8799BB;
}
.BgClassName
{
background-color: #8799BB;
}
</style>
border-color css
<style>
span { border-color: #8799BB; }
span { border-color: rgb(135,153,187); }
td.TdClassName
{
border-color: #8799BB;
}
.TagClassName
{
border-color: #8799BB;
}
</style>