Shades of Rock Blue #8D98AB
Tints of Rock Blue #8D98AB
RGB
CMYK
RGB Variations
Color information
#8D98AB (or 0x8D98AB) is known color: Rock Blue. HEX triplet: 8D, 98 and AB. RGB value is (141,152,171). Sum of RGB (Red+Green+Blue) = 141+152+171=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D98AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D98AB is #726754. Grayscale: #969696. Windows color (decimal): -7497557 or 11245709. OLE color: 11245709.
HSL color Cylindrical-coordinate representation of color #8D98AB: hue angle of 218º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D98AB is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 152 | 171 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.33 |
| HSL | 218º | 0.15% | 0.61% | - |
| HSV(B) | 218º | 0.18% | 0.67% | - |
| XYZ | 29.56 | 31.06 | 42.97 | - |
| YUV | 150.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 171 | 0.18 | 0.11 | 0 | 0.33 | 218 | 0.15 | 0.61 |
| Hex | 8D | 98 | AB | 12 | B | 0 | 21 | DA | F | 3D |
| Octal | 215 | 230 | 253 | 22 | 13 | 0 | 41 | 332 | 17 | 75 |
| Binary | 10001101 | 10011000 | 10101011 | 10010 | 1011 | 0 | 100001 | 11011010 | 1111 | 111101 |
Color Harmonies of #8D98AB
Complementary color
Monochromatic Colors of #8D98AB
Black with #8D98AB
Text Example
Text Example
White with #8D98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D98AB; }
p { color: rgb(141,152,171); }
H1.HeaderClassName
{
color: #8D98AB;
}
.AnyTagClassName
{
color: #8D98AB;
}
</style>
background-color css
<style>
a { background-color: #8D98AB; }
a { background-color: rgb(141,152,171); }
div.DivClassName
{
background-color: #8D98AB;
}
.BgClassName
{
background-color: #8D98AB;
}
</style>
border-color css
<style>
span { border-color: #8D98AB; }
span { border-color: rgb(141,152,171); }
td.TdClassName
{
border-color: #8D98AB;
}
.TagClassName
{
border-color: #8D98AB;
}
</style>