Shades of Rock Blue #8F98AD
Tints of Rock Blue #8F98AD
RGB
CMYK
RGB Variations
Color information
#8F98AD (or 0x8F98AD) is known color: Rock Blue. HEX triplet: 8F, 98 and AD. RGB value is (143,152,173). Sum of RGB (Red+Green+Blue) = 143+152+173=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F98AD is #706752. Grayscale: #979797. Windows color (decimal): -7366483 or 11376783. OLE color: 11376783.
HSL color Cylindrical-coordinate representation of color #8F98AD: hue angle of 222º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F98AD is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 152 | 173 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.32 |
| HSL | 222º | 0.15% | 0.62% | - |
| HSV(B) | 222º | 0.17% | 0.68% | - |
| XYZ | 30.1 | 31.31 | 43.99 | - |
| YUV | 151.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 173 | 0.17 | 0.12 | 0 | 0.32 | 222 | 0.15 | 0.62 |
| Hex | 8F | 98 | AD | 11 | C | 0 | 20 | DE | F | 3E |
| Octal | 217 | 230 | 255 | 21 | 14 | 0 | 40 | 336 | 17 | 76 |
| Binary | 10001111 | 10011000 | 10101101 | 10001 | 1100 | 0 | 100000 | 11011110 | 1111 | 111110 |
Color Harmonies of #8F98AD
Complementary color
Monochromatic Colors of #8F98AD
Black with #8F98AD
Text Example
Text Example
White with #8F98AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F98AD; }
p { color: rgb(143,152,173); }
H1.HeaderClassName
{
color: #8F98AD;
}
.AnyTagClassName
{
color: #8F98AD;
}
</style>
background-color css
<style>
a { background-color: #8F98AD; }
a { background-color: rgb(143,152,173); }
div.DivClassName
{
background-color: #8F98AD;
}
.BgClassName
{
background-color: #8F98AD;
}
</style>
border-color css
<style>
span { border-color: #8F98AD; }
span { border-color: rgb(143,152,173); }
td.TdClassName
{
border-color: #8F98AD;
}
.TagClassName
{
border-color: #8F98AD;
}
</style>