Shades of Rock Blue #8998AD
Tints of Rock Blue #8998AD
RGB
CMYK
RGB Variations
Color information
#8998AD (or 0x8998AD) is known color: Rock Blue. HEX triplet: 89, 98 and AD. RGB value is (137,152,173). Sum of RGB (Red+Green+Blue) = 137+152+173=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #8998AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8998AD is #766752. Grayscale: #959595. Windows color (decimal): -7759699 or 11376777. OLE color: 11376777.
HSL color Cylindrical-coordinate representation of color #8998AD: hue angle of 215º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8998AD is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 152 | 173 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.32 |
| HSL | 215º | 0.18% | 0.61% | - |
| HSV(B) | 215º | 0.21% | 0.68% | - |
| XYZ | 29.09 | 30.79 | 43.95 | - |
| YUV | 149.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 173 | 0.21 | 0.12 | 0 | 0.32 | 215 | 0.18 | 0.61 |
| Hex | 89 | 98 | AD | 15 | C | 0 | 20 | D7 | 12 | 3D |
| Octal | 211 | 230 | 255 | 25 | 14 | 0 | 40 | 327 | 22 | 75 |
| Binary | 10001001 | 10011000 | 10101101 | 10101 | 1100 | 0 | 100000 | 11010111 | 10010 | 111101 |
Color Harmonies of #8998AD
Complementary color
Monochromatic Colors of #8998AD
Black with #8998AD
Text Example
Text Example
White with #8998AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8998AD; }
p { color: rgb(137,152,173); }
H1.HeaderClassName
{
color: #8998AD;
}
.AnyTagClassName
{
color: #8998AD;
}
</style>
background-color css
<style>
a { background-color: #8998AD; }
a { background-color: rgb(137,152,173); }
div.DivClassName
{
background-color: #8998AD;
}
.BgClassName
{
background-color: #8998AD;
}
</style>
border-color css
<style>
span { border-color: #8998AD; }
span { border-color: rgb(137,152,173); }
td.TdClassName
{
border-color: #8998AD;
}
.TagClassName
{
border-color: #8998AD;
}
</style>