Shades of Rock Blue #8896BA
Tints of Rock Blue #8896BA
RGB
CMYK
RGB Variations
Color information
#8896BA (or 0x8896BA) is known color: Rock Blue. HEX triplet: 88, 96 and BA. RGB value is (136,150,186). Sum of RGB (Red+Green+Blue) = 136+150+186=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #8896BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896BA is #776945. Grayscale: #959595. Windows color (decimal): -7825734 or 12228232. OLE color: 12228232.
HSL color Cylindrical-coordinate representation of color #8896BA: hue angle of 223.2º 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 #8896BA is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 150 | 186 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.27 |
| HSL | 223.2º | 0.27% | 0.63% | - |
| HSV(B) | 223.2º | 0.27% | 0.73% | - |
| XYZ | 29.92 | 30.59 | 50.78 | - |
| YUV | 149.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 186 | 0.27 | 0.19 | 0 | 0.27 | 223.2 | 0.27 | 0.63 |
| Hex | 88 | 96 | BA | 1B | 13 | 0 | 1B | DF | 1B | 3F |
| Octal | 210 | 226 | 272 | 33 | 23 | 0 | 33 | 337 | 33 | 77 |
| Binary | 10001000 | 10010110 | 10111010 | 11011 | 10011 | 0 | 11011 | 11011111 | 11011 | 111111 |
Color Harmonies of #8896BA
Complementary color
Monochromatic Colors of #8896BA
Black with #8896BA
Text Example
Text Example
White with #8896BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8896BA; }
p { color: rgb(136,150,186); }
H1.HeaderClassName
{
color: #8896BA;
}
.AnyTagClassName
{
color: #8896BA;
}
</style>
background-color css
<style>
a { background-color: #8896BA; }
a { background-color: rgb(136,150,186); }
div.DivClassName
{
background-color: #8896BA;
}
.BgClassName
{
background-color: #8896BA;
}
</style>
border-color css
<style>
span { border-color: #8896BA; }
span { border-color: rgb(136,150,186); }
td.TdClassName
{
border-color: #8896BA;
}
.TagClassName
{
border-color: #8896BA;
}
</style>