Shades of Rock Blue #8796BA
Tints of Rock Blue #8796BA
RGB
CMYK
RGB Variations
Color information
#8796BA (or 0x8796BA) is known color: Rock Blue. HEX triplet: 87, 96 and BA. RGB value is (135,150,186). Sum of RGB (Red+Green+Blue) = 135+150+186=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #8796BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796BA is #786945. Grayscale: #959595. Windows color (decimal): -7891270 or 12228231. OLE color: 12228231.
HSL color Cylindrical-coordinate representation of color #8796BA: hue angle of 222.35º 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 #8796BA is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 150 | 186 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.27 |
| HSL | 222.35º | 0.27% | 0.63% | - |
| HSV(B) | 222.35º | 0.27% | 0.73% | - |
| XYZ | 29.76 | 30.51 | 50.77 | - |
| YUV | 149.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 186 | 0.27 | 0.19 | 0 | 0.27 | 222.35 | 0.27 | 0.63 |
| Hex | 87 | 96 | BA | 1B | 13 | 0 | 1B | DE | 1B | 3F |
| Octal | 207 | 226 | 272 | 33 | 23 | 0 | 33 | 336 | 33 | 77 |
| Binary | 10000111 | 10010110 | 10111010 | 11011 | 10011 | 0 | 11011 | 11011110 | 11011 | 111111 |
Color Harmonies of #8796BA
Complementary color
Monochromatic Colors of #8796BA
Black with #8796BA
Text Example
Text Example
White with #8796BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8796BA; }
p { color: rgb(135,150,186); }
H1.HeaderClassName
{
color: #8796BA;
}
.AnyTagClassName
{
color: #8796BA;
}
</style>
background-color css
<style>
a { background-color: #8796BA; }
a { background-color: rgb(135,150,186); }
div.DivClassName
{
background-color: #8796BA;
}
.BgClassName
{
background-color: #8796BA;
}
</style>
border-color css
<style>
span { border-color: #8796BA; }
span { border-color: rgb(135,150,186); }
td.TdClassName
{
border-color: #8796BA;
}
.TagClassName
{
border-color: #8796BA;
}
</style>