Shades of Rock Blue #98A2BC
Tints of Rock Blue #98A2BC
RGB
CMYK
RGB Variations
Color information
#98A2BC (or 0x98A2BC) is known color: Rock Blue. HEX triplet: 98, A2 and BC. RGB value is (152,162,188). Sum of RGB (Red+Green+Blue) = 152+162+188=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #98A2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A2BC is #675D43. Grayscale: #A1A1A1. Windows color (decimal): -6774084 or 12362392. OLE color: 12362392.
HSL color Cylindrical-coordinate representation of color #98A2BC: hue angle of 223.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98A2BC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 162 | 188 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.26 |
| HSL | 223.33º | 0.21% | 0.67% | - |
| HSV(B) | 223.33º | 0.19% | 0.74% | - |
| XYZ | 34.95 | 36.15 | 52.71 | - |
| YUV | 161.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 188 | 0.19 | 0.14 | 0 | 0.26 | 223.33 | 0.21 | 0.67 |
| Hex | 98 | A2 | BC | 13 | E | 0 | 1A | DF | 15 | 43 |
| Octal | 230 | 242 | 274 | 23 | 16 | 0 | 32 | 337 | 25 | 103 |
| Binary | 10011000 | 10100010 | 10111100 | 10011 | 1110 | 0 | 11010 | 11011111 | 10101 | 1000011 |
Color Harmonies of #98A2BC
Complementary color
Monochromatic Colors of #98A2BC
Black with #98A2BC
Text Example
Text Example
White with #98A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A2BC; }
p { color: rgb(152,162,188); }
H1.HeaderClassName
{
color: #98A2BC;
}
.AnyTagClassName
{
color: #98A2BC;
}
</style>
background-color css
<style>
a { background-color: #98A2BC; }
a { background-color: rgb(152,162,188); }
div.DivClassName
{
background-color: #98A2BC;
}
.BgClassName
{
background-color: #98A2BC;
}
</style>
border-color css
<style>
span { border-color: #98A2BC; }
span { border-color: rgb(152,162,188); }
td.TdClassName
{
border-color: #98A2BC;
}
.TagClassName
{
border-color: #98A2BC;
}
</style>