Shades of Rock Blue #98A0BF
Tints of Rock Blue #98A0BF
RGB
CMYK
RGB Variations
Color information
#98A0BF (or 0x98A0BF) is known color: Rock Blue. HEX triplet: 98, A0 and BF. RGB value is (152,160,191). Sum of RGB (Red+Green+Blue) = 152+160+191=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #98A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0BF is #675F40. Grayscale: #A1A1A1. Windows color (decimal): -6774593 or 12558488. OLE color: 12558488.
HSL color Cylindrical-coordinate representation of color #98A0BF: hue angle of 227.69º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98A0BF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 160 | 191 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.25 |
| HSL | 227.69º | 0.23% | 0.67% | - |
| HSV(B) | 227.69º | 0.2% | 0.75% | - |
| XYZ | 34.92 | 35.58 | 54.32 | - |
| YUV | 161.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 191 | 0.20 | 0.16 | 0 | 0.25 | 227.69 | 0.23 | 0.67 |
| Hex | 98 | A0 | BF | 14 | 10 | 0 | 19 | E4 | 17 | 43 |
| Octal | 230 | 240 | 277 | 24 | 20 | 0 | 31 | 344 | 27 | 103 |
| Binary | 10011000 | 10100000 | 10111111 | 10100 | 10000 | 0 | 11001 | 11100100 | 10111 | 1000011 |
Color Harmonies of #98A0BF
Complementary color
Monochromatic Colors of #98A0BF
Black with #98A0BF
Text Example
Text Example
White with #98A0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0BF; }
p { color: rgb(152,160,191); }
H1.HeaderClassName
{
color: #98A0BF;
}
.AnyTagClassName
{
color: #98A0BF;
}
</style>
background-color css
<style>
a { background-color: #98A0BF; }
a { background-color: rgb(152,160,191); }
div.DivClassName
{
background-color: #98A0BF;
}
.BgClassName
{
background-color: #98A0BF;
}
</style>
border-color css
<style>
span { border-color: #98A0BF; }
span { border-color: rgb(152,160,191); }
td.TdClassName
{
border-color: #98A0BF;
}
.TagClassName
{
border-color: #98A0BF;
}
</style>