Shades of Rock Blue #98A9BC
Tints of Rock Blue #98A9BC
RGB
CMYK
RGB Variations
Color information
#98A9BC (or 0x98A9BC) is known color: Rock Blue. HEX triplet: 98, A9 and BC. RGB value is (152,169,188). Sum of RGB (Red+Green+Blue) = 152+169+188=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #98A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9BC is #675643. Grayscale: #A5A5A5. Windows color (decimal): -6772292 or 12364184. OLE color: 12364184.
HSL color Cylindrical-coordinate representation of color #98A9BC: hue angle of 211.67º 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 #98A9BC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 169 | 188 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.26 |
| HSL | 211.67º | 0.21% | 0.67% | - |
| HSV(B) | 211.67º | 0.19% | 0.74% | - |
| XYZ | 36.21 | 38.68 | 53.13 | - |
| YUV | 166.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 188 | 0.19 | 0.10 | 0 | 0.26 | 211.67 | 0.21 | 0.67 |
| Hex | 98 | A9 | BC | 13 | A | 0 | 1A | D4 | 15 | 43 |
| Octal | 230 | 251 | 274 | 23 | 12 | 0 | 32 | 324 | 25 | 103 |
| Binary | 10011000 | 10101001 | 10111100 | 10011 | 1010 | 0 | 11010 | 11010100 | 10101 | 1000011 |
Color Harmonies of #98A9BC
Complementary color
Monochromatic Colors of #98A9BC
Black with #98A9BC
Text Example
Text Example
White with #98A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9BC; }
p { color: rgb(152,169,188); }
H1.HeaderClassName
{
color: #98A9BC;
}
.AnyTagClassName
{
color: #98A9BC;
}
</style>
background-color css
<style>
a { background-color: #98A9BC; }
a { background-color: rgb(152,169,188); }
div.DivClassName
{
background-color: #98A9BC;
}
.BgClassName
{
background-color: #98A9BC;
}
</style>
border-color css
<style>
span { border-color: #98A9BC; }
span { border-color: rgb(152,169,188); }
td.TdClassName
{
border-color: #98A9BC;
}
.TagClassName
{
border-color: #98A9BC;
}
</style>