Shades of Rock Blue #989DB0
Tints of Rock Blue #989DB0
RGB
CMYK
RGB Variations
Color information
#989DB0 (or 0x989DB0) is known color: Rock Blue. HEX triplet: 98, 9D and B0. RGB value is (152,157,176). Sum of RGB (Red+Green+Blue) = 152+157+176=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 176 - color contains mainly: blue. Hex color #989DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989DB0 is #67624F. Grayscale: #9D9D9D. Windows color (decimal): -6775376 or 11574680. OLE color: 11574680.
HSL color Cylindrical-coordinate representation of color #989DB0: hue angle of 227.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #989DB0 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 157 | 176 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.31 |
| HSL | 227.5º | 0.13% | 0.64% | - |
| HSV(B) | 227.5º | 0.14% | 0.69% | - |
| XYZ | 32.84 | 33.92 | 45.89 | - |
| YUV | 157.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 176 | 0.14 | 0.11 | 0 | 0.31 | 227.5 | 0.13 | 0.64 |
| Hex | 98 | 9D | B0 | E | B | 0 | 1F | E4 | D | 40 |
| Octal | 230 | 235 | 260 | 16 | 13 | 0 | 37 | 344 | 15 | 100 |
| Binary | 10011000 | 10011101 | 10110000 | 1110 | 1011 | 0 | 11111 | 11100100 | 1101 | 1000000 |
Color Harmonies of #989DB0
Complementary color
Monochromatic Colors of #989DB0
Black with #989DB0
Text Example
Text Example
White with #989DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DB0; }
p { color: rgb(152,157,176); }
H1.HeaderClassName
{
color: #989DB0;
}
.AnyTagClassName
{
color: #989DB0;
}
</style>
background-color css
<style>
a { background-color: #989DB0; }
a { background-color: rgb(152,157,176); }
div.DivClassName
{
background-color: #989DB0;
}
.BgClassName
{
background-color: #989DB0;
}
</style>
border-color css
<style>
span { border-color: #989DB0; }
span { border-color: rgb(152,157,176); }
td.TdClassName
{
border-color: #989DB0;
}
.TagClassName
{
border-color: #989DB0;
}
</style>