Shades of Rock Blue #8996BB
Tints of Rock Blue #8996BB
RGB
CMYK
RGB Variations
Color information
#8996BB (or 0x8996BB) is known color: Rock Blue. HEX triplet: 89, 96 and BB. RGB value is (137,150,187). Sum of RGB (Red+Green+Blue) = 137+150+187=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #8996BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996BB is #766944. Grayscale: #969696. Windows color (decimal): -7760197 or 12293769. OLE color: 12293769.
HSL color Cylindrical-coordinate representation of color #8996BB: hue angle of 224.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8996BB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 150 | 187 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.27 |
| HSL | 224.4º | 0.27% | 0.64% | - |
| HSV(B) | 224.4º | 0.27% | 0.73% | - |
| XYZ | 30.19 | 30.72 | 51.35 | - |
| YUV | 150.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 187 | 0.27 | 0.20 | 0 | 0.27 | 224.4 | 0.27 | 0.64 |
| Hex | 89 | 96 | BB | 1B | 14 | 0 | 1B | E0 | 1B | 40 |
| Octal | 211 | 226 | 273 | 33 | 24 | 0 | 33 | 340 | 33 | 100 |
| Binary | 10001001 | 10010110 | 10111011 | 11011 | 10100 | 0 | 11011 | 11100000 | 11011 | 1000000 |
Color Harmonies of #8996BB
Complementary color
Monochromatic Colors of #8996BB
Black with #8996BB
Text Example
Text Example
White with #8996BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8996BB; }
p { color: rgb(137,150,187); }
H1.HeaderClassName
{
color: #8996BB;
}
.AnyTagClassName
{
color: #8996BB;
}
</style>
background-color css
<style>
a { background-color: #8996BB; }
a { background-color: rgb(137,150,187); }
div.DivClassName
{
background-color: #8996BB;
}
.BgClassName
{
background-color: #8996BB;
}
</style>
border-color css
<style>
span { border-color: #8996BB; }
span { border-color: rgb(137,150,187); }
td.TdClassName
{
border-color: #8996BB;
}
.TagClassName
{
border-color: #8996BB;
}
</style>