Shades of Rock Blue #98A1BB
Tints of Rock Blue #98A1BB
RGB
CMYK
RGB Variations
Color information
#98A1BB (or 0x98A1BB) is known color: Rock Blue. HEX triplet: 98, A1 and BB. RGB value is (152,161,187). Sum of RGB (Red+Green+Blue) = 152+161+187=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #98A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1BB is #675E44. Grayscale: #A1A1A1. Windows color (decimal): -6774341 or 12296600. OLE color: 12296600.
HSL color Cylindrical-coordinate representation of color #98A1BB: hue angle of 224.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98A1BB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 161 | 187 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.27 |
| HSL | 224.57º | 0.2% | 0.66% | - |
| HSV(B) | 224.57º | 0.19% | 0.73% | - |
| XYZ | 34.66 | 35.75 | 52.09 | - |
| YUV | 161.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 187 | 0.19 | 0.14 | 0 | 0.27 | 224.57 | 0.2 | 0.66 |
| Hex | 98 | A1 | BB | 13 | E | 0 | 1B | E1 | 14 | 42 |
| Octal | 230 | 241 | 273 | 23 | 16 | 0 | 33 | 341 | 24 | 102 |
| Binary | 10011000 | 10100001 | 10111011 | 10011 | 1110 | 0 | 11011 | 11100001 | 10100 | 1000010 |
Color Harmonies of #98A1BB
Complementary color
Monochromatic Colors of #98A1BB
Black with #98A1BB
Text Example
Text Example
White with #98A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1BB; }
p { color: rgb(152,161,187); }
H1.HeaderClassName
{
color: #98A1BB;
}
.AnyTagClassName
{
color: #98A1BB;
}
</style>
background-color css
<style>
a { background-color: #98A1BB; }
a { background-color: rgb(152,161,187); }
div.DivClassName
{
background-color: #98A1BB;
}
.BgClassName
{
background-color: #98A1BB;
}
</style>
border-color css
<style>
span { border-color: #98A1BB; }
span { border-color: rgb(152,161,187); }
td.TdClassName
{
border-color: #98A1BB;
}
.TagClassName
{
border-color: #98A1BB;
}
</style>