Shades of Rock Blue #989DB1
Tints of Rock Blue #989DB1
RGB
CMYK
RGB Variations
Color information
#989DB1 (or 0x989DB1) is known color: Rock Blue. HEX triplet: 98, 9D and B1. RGB value is (152,157,177). Sum of RGB (Red+Green+Blue) = 152+157+177=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #989DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989DB1 is #67624E. Grayscale: #9D9D9D. Windows color (decimal): -6775375 or 11640216. OLE color: 11640216.
HSL color Cylindrical-coordinate representation of color #989DB1: hue angle of 228º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #989DB1 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 157 | 177 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.31 |
| HSL | 228º | 0.14% | 0.65% | - |
| HSV(B) | 228º | 0.14% | 0.69% | - |
| XYZ | 32.94 | 33.96 | 46.41 | - |
| YUV | 157.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 177 | 0.14 | 0.11 | 0 | 0.31 | 228 | 0.14 | 0.65 |
| Hex | 98 | 9D | B1 | E | B | 0 | 1F | E4 | E | 41 |
| Octal | 230 | 235 | 261 | 16 | 13 | 0 | 37 | 344 | 16 | 101 |
| Binary | 10011000 | 10011101 | 10110001 | 1110 | 1011 | 0 | 11111 | 11100100 | 1110 | 1000001 |
Color Harmonies of #989DB1
Complementary color
Monochromatic Colors of #989DB1
Black with #989DB1
Text Example
Text Example
White with #989DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DB1; }
p { color: rgb(152,157,177); }
H1.HeaderClassName
{
color: #989DB1;
}
.AnyTagClassName
{
color: #989DB1;
}
</style>
background-color css
<style>
a { background-color: #989DB1; }
a { background-color: rgb(152,157,177); }
div.DivClassName
{
background-color: #989DB1;
}
.BgClassName
{
background-color: #989DB1;
}
</style>
border-color css
<style>
span { border-color: #989DB1; }
span { border-color: rgb(152,157,177); }
td.TdClassName
{
border-color: #989DB1;
}
.TagClassName
{
border-color: #989DB1;
}
</style>