Shades of Rock Blue #989FB9
Tints of Rock Blue #989FB9
RGB
CMYK
RGB Variations
Color information
#989FB9 (or 0x989FB9) is known color: Rock Blue. HEX triplet: 98, 9F and B9. RGB value is (152,159,185). Sum of RGB (Red+Green+Blue) = 152+159+185=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #989FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FB9 is #676046. Grayscale: #9F9F9F. Windows color (decimal): -6774855 or 12165016. OLE color: 12165016.
HSL color Cylindrical-coordinate representation of color #989FB9: hue angle of 227.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #989FB9 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 159 | 185 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.27 |
| HSL | 227.27º | 0.19% | 0.66% | - |
| HSV(B) | 227.27º | 0.18% | 0.73% | - |
| XYZ | 34.1 | 34.97 | 50.85 | - |
| YUV | 159.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 185 | 0.18 | 0.14 | 0 | 0.27 | 227.27 | 0.19 | 0.66 |
| Hex | 98 | 9F | B9 | 12 | E | 0 | 1B | E3 | 13 | 42 |
| Octal | 230 | 237 | 271 | 22 | 16 | 0 | 33 | 343 | 23 | 102 |
| Binary | 10011000 | 10011111 | 10111001 | 10010 | 1110 | 0 | 11011 | 11100011 | 10011 | 1000010 |
Color Harmonies of #989FB9
Complementary color
Monochromatic Colors of #989FB9
Black with #989FB9
Text Example
Text Example
White with #989FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989FB9; }
p { color: rgb(152,159,185); }
H1.HeaderClassName
{
color: #989FB9;
}
.AnyTagClassName
{
color: #989FB9;
}
</style>
background-color css
<style>
a { background-color: #989FB9; }
a { background-color: rgb(152,159,185); }
div.DivClassName
{
background-color: #989FB9;
}
.BgClassName
{
background-color: #989FB9;
}
</style>
border-color css
<style>
span { border-color: #989FB9; }
span { border-color: rgb(152,159,185); }
td.TdClassName
{
border-color: #989FB9;
}
.TagClassName
{
border-color: #989FB9;
}
</style>