Shades of Rock Blue #8996BF
Tints of Rock Blue #8996BF
RGB
CMYK
RGB Variations
Color information
#8996BF (or 0x8996BF) is known color: Rock Blue. HEX triplet: 89, 96 and BF. RGB value is (137,150,191). Sum of RGB (Red+Green+Blue) = 137+150+191=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #8996BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996BF is #766940. Grayscale: #969696. Windows color (decimal): -7760193 or 12555913. OLE color: 12555913.
HSL color Cylindrical-coordinate representation of color #8996BF: hue angle of 225.56º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8996BF is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 150 | 191 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.25 |
| HSL | 225.56º | 0.3% | 0.64% | - |
| HSV(B) | 225.56º | 0.28% | 0.75% | - |
| XYZ | 30.63 | 30.89 | 53.64 | - |
| YUV | 150.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 191 | 0.28 | 0.21 | 0 | 0.25 | 225.56 | 0.3 | 0.64 |
| Hex | 89 | 96 | BF | 1C | 15 | 0 | 19 | E2 | 1E | 40 |
| Octal | 211 | 226 | 277 | 34 | 25 | 0 | 31 | 342 | 36 | 100 |
| Binary | 10001001 | 10010110 | 10111111 | 11100 | 10101 | 0 | 11001 | 11100010 | 11110 | 1000000 |
Color Harmonies of #8996BF
Complementary color
Monochromatic Colors of #8996BF
Black with #8996BF
Text Example
Text Example
White with #8996BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8996BF; }
p { color: rgb(137,150,191); }
H1.HeaderClassName
{
color: #8996BF;
}
.AnyTagClassName
{
color: #8996BF;
}
</style>
background-color css
<style>
a { background-color: #8996BF; }
a { background-color: rgb(137,150,191); }
div.DivClassName
{
background-color: #8996BF;
}
.BgClassName
{
background-color: #8996BF;
}
</style>
border-color css
<style>
span { border-color: #8996BF; }
span { border-color: rgb(137,150,191); }
td.TdClassName
{
border-color: #8996BF;
}
.TagClassName
{
border-color: #8996BF;
}
</style>