Shades of Rock Blue #8D98AA
Tints of Rock Blue #8D98AA
RGB
CMYK
RGB Variations
Color information
#8D98AA (or 0x8D98AA) is known color: Rock Blue. HEX triplet: 8D, 98 and AA. RGB value is (141,152,170). Sum of RGB (Red+Green+Blue) = 141+152+170=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D98AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D98AA is #726755. Grayscale: #969696. Windows color (decimal): -7497558 or 11180173. OLE color: 11180173.
HSL color Cylindrical-coordinate representation of color #8D98AA: hue angle of 217.24º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D98AA is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 152 | 170 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.33 |
| HSL | 217.24º | 0.15% | 0.61% | - |
| HSV(B) | 217.24º | 0.17% | 0.67% | - |
| XYZ | 29.47 | 31.02 | 42.46 | - |
| YUV | 150.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 170 | 0.17 | 0.11 | 0 | 0.33 | 217.24 | 0.15 | 0.61 |
| Hex | 8D | 98 | AA | 11 | B | 0 | 21 | D9 | F | 3D |
| Octal | 215 | 230 | 252 | 21 | 13 | 0 | 41 | 331 | 17 | 75 |
| Binary | 10001101 | 10011000 | 10101010 | 10001 | 1011 | 0 | 100001 | 11011001 | 1111 | 111101 |
Color Harmonies of #8D98AA
Complementary color
Monochromatic Colors of #8D98AA
Black with #8D98AA
Text Example
Text Example
White with #8D98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D98AA; }
p { color: rgb(141,152,170); }
H1.HeaderClassName
{
color: #8D98AA;
}
.AnyTagClassName
{
color: #8D98AA;
}
</style>
background-color css
<style>
a { background-color: #8D98AA; }
a { background-color: rgb(141,152,170); }
div.DivClassName
{
background-color: #8D98AA;
}
.BgClassName
{
background-color: #8D98AA;
}
</style>
border-color css
<style>
span { border-color: #8D98AA; }
span { border-color: rgb(141,152,170); }
td.TdClassName
{
border-color: #8D98AA;
}
.TagClassName
{
border-color: #8D98AA;
}
</style>