Shades of Rock Blue #98A1B8
Tints of Rock Blue #98A1B8
RGB
CMYK
RGB Variations
Color information
#98A1B8 (or 0x98A1B8) is known color: Rock Blue. HEX triplet: 98, A1 and B8. RGB value is (152,161,184). Sum of RGB (Red+Green+Blue) = 152+161+184=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 184 - color contains mainly: blue. Hex color #98A1B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1B8 is #675E47. Grayscale: #A0A0A0. Windows color (decimal): -6774344 or 12099992. OLE color: 12099992.
HSL color Cylindrical-coordinate representation of color #98A1B8: hue angle of 223.12º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98A1B8 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 161 | 184 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.28 |
| HSL | 223.13º | 0.18% | 0.66% | - |
| HSV(B) | 223.13º | 0.17% | 0.72% | - |
| XYZ | 34.35 | 35.63 | 50.41 | - |
| YUV | 160.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 184 | 0.17 | 0.12 | 0 | 0.28 | 223.13 | 0.18 | 0.66 |
| Hex | 98 | A1 | B8 | 11 | C | 0 | 1C | DF | 12 | 42 |
| Octal | 230 | 241 | 270 | 21 | 14 | 0 | 34 | 337 | 22 | 102 |
| Binary | 10011000 | 10100001 | 10111000 | 10001 | 1100 | 0 | 11100 | 11011111 | 10010 | 1000010 |
Color Harmonies of #98A1B8
Complementary color
Monochromatic Colors of #98A1B8
Black with #98A1B8
Text Example
Text Example
White with #98A1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1B8; }
p { color: rgb(152,161,184); }
H1.HeaderClassName
{
color: #98A1B8;
}
.AnyTagClassName
{
color: #98A1B8;
}
</style>
background-color css
<style>
a { background-color: #98A1B8; }
a { background-color: rgb(152,161,184); }
div.DivClassName
{
background-color: #98A1B8;
}
.BgClassName
{
background-color: #98A1B8;
}
</style>
border-color css
<style>
span { border-color: #98A1B8; }
span { border-color: rgb(152,161,184); }
td.TdClassName
{
border-color: #98A1B8;
}
.TagClassName
{
border-color: #98A1B8;
}
</style>