Shades of Rock Blue #8996B4
Tints of Rock Blue #8996B4
RGB
CMYK
RGB Variations
Color information
#8996B4 (or 0x8996B4) is known color: Rock Blue. HEX triplet: 89, 96 and B4. RGB value is (137,150,180). Sum of RGB (Red+Green+Blue) = 137+150+180=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #8996B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996B4 is #76694B. Grayscale: #959595. Windows color (decimal): -7760204 or 11835017. OLE color: 11835017.
HSL color Cylindrical-coordinate representation of color #8996B4: hue angle of 221.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8996B4 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 150 | 180 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.29 |
| HSL | 221.86º | 0.22% | 0.62% | - |
| HSV(B) | 221.86º | 0.24% | 0.71% | - |
| XYZ | 29.46 | 30.43 | 47.5 | - |
| YUV | 149.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 180 | 0.24 | 0.17 | 0 | 0.29 | 221.86 | 0.22 | 0.62 |
| Hex | 89 | 96 | B4 | 18 | 11 | 0 | 1D | DE | 16 | 3E |
| Octal | 211 | 226 | 264 | 30 | 21 | 0 | 35 | 336 | 26 | 76 |
| Binary | 10001001 | 10010110 | 10110100 | 11000 | 10001 | 0 | 11101 | 11011110 | 10110 | 111110 |
Color Harmonies of #8996B4
Complementary color
Monochromatic Colors of #8996B4
Black with #8996B4
Text Example
Text Example
White with #8996B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8996B4; }
p { color: rgb(137,150,180); }
H1.HeaderClassName
{
color: #8996B4;
}
.AnyTagClassName
{
color: #8996B4;
}
</style>
background-color css
<style>
a { background-color: #8996B4; }
a { background-color: rgb(137,150,180); }
div.DivClassName
{
background-color: #8996B4;
}
.BgClassName
{
background-color: #8996B4;
}
</style>
border-color css
<style>
span { border-color: #8996B4; }
span { border-color: rgb(137,150,180); }
td.TdClassName
{
border-color: #8996B4;
}
.TagClassName
{
border-color: #8996B4;
}
</style>