Shades of Rock Blue #8799BC
Tints of Rock Blue #8799BC
RGB
CMYK
RGB Variations
Color information
#8799BC (or 0x8799BC) is known color: Rock Blue. HEX triplet: 87, 99 and BC. RGB value is (135,153,188). Sum of RGB (Red+Green+Blue) = 135+153+188=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #8799BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799BC is #786643. Grayscale: #979797. Windows color (decimal): -7890500 or 12360071. OLE color: 12360071.
HSL color Cylindrical-coordinate representation of color #8799BC: hue angle of 219.62º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8799BC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 153 | 188 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.26 |
| HSL | 219.62º | 0.28% | 0.63% | - |
| HSV(B) | 219.62º | 0.28% | 0.74% | - |
| XYZ | 30.46 | 31.56 | 52.06 | - |
| YUV | 151.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 188 | 0.28 | 0.19 | 0 | 0.26 | 219.62 | 0.28 | 0.63 |
| Hex | 87 | 99 | BC | 1C | 13 | 0 | 1A | DC | 1C | 3F |
| Octal | 207 | 231 | 274 | 34 | 23 | 0 | 32 | 334 | 34 | 77 |
| Binary | 10000111 | 10011001 | 10111100 | 11100 | 10011 | 0 | 11010 | 11011100 | 11100 | 111111 |
Color Harmonies of #8799BC
Complementary color
Monochromatic Colors of #8799BC
Black with #8799BC
Text Example
Text Example
White with #8799BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8799BC; }
p { color: rgb(135,153,188); }
H1.HeaderClassName
{
color: #8799BC;
}
.AnyTagClassName
{
color: #8799BC;
}
</style>
background-color css
<style>
a { background-color: #8799BC; }
a { background-color: rgb(135,153,188); }
div.DivClassName
{
background-color: #8799BC;
}
.BgClassName
{
background-color: #8799BC;
}
</style>
border-color css
<style>
span { border-color: #8799BC; }
span { border-color: rgb(135,153,188); }
td.TdClassName
{
border-color: #8799BC;
}
.TagClassName
{
border-color: #8799BC;
}
</style>