Shades of Rock Blue #98A1BF
Tints of Rock Blue #98A1BF
RGB
CMYK
RGB Variations
Color information
#98A1BF (or 0x98A1BF) is known color: Rock Blue. HEX triplet: 98, A1 and BF. RGB value is (152,161,191). Sum of RGB (Red+Green+Blue) = 152+161+191=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #98A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1BF is #675E40. Grayscale: #A1A1A1. Windows color (decimal): -6774337 or 12558744. OLE color: 12558744.
HSL color Cylindrical-coordinate representation of color #98A1BF: hue angle of 226.15º 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 #98A1BF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 161 | 191 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.25 |
| HSL | 226.15º | 0.23% | 0.67% | - |
| HSV(B) | 226.15º | 0.2% | 0.75% | - |
| XYZ | 35.1 | 35.93 | 54.37 | - |
| YUV | 161.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 191 | 0.20 | 0.16 | 0 | 0.25 | 226.15 | 0.23 | 0.67 |
| Hex | 98 | A1 | BF | 14 | 10 | 0 | 19 | E2 | 17 | 43 |
| Octal | 230 | 241 | 277 | 24 | 20 | 0 | 31 | 342 | 27 | 103 |
| Binary | 10011000 | 10100001 | 10111111 | 10100 | 10000 | 0 | 11001 | 11100010 | 10111 | 1000011 |
Color Harmonies of #98A1BF
Complementary color
Monochromatic Colors of #98A1BF
Black with #98A1BF
Text Example
Text Example
White with #98A1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1BF; }
p { color: rgb(152,161,191); }
H1.HeaderClassName
{
color: #98A1BF;
}
.AnyTagClassName
{
color: #98A1BF;
}
</style>
background-color css
<style>
a { background-color: #98A1BF; }
a { background-color: rgb(152,161,191); }
div.DivClassName
{
background-color: #98A1BF;
}
.BgClassName
{
background-color: #98A1BF;
}
</style>
border-color css
<style>
span { border-color: #98A1BF; }
span { border-color: rgb(152,161,191); }
td.TdClassName
{
border-color: #98A1BF;
}
.TagClassName
{
border-color: #98A1BF;
}
</style>