Shades of Rock Blue #989DAE
Tints of Rock Blue #989DAE
RGB
CMYK
RGB Variations
Color information
#989DAE (or 0x989DAE) is known color: Rock Blue. HEX triplet: 98, 9D and AE. RGB value is (152,157,174). Sum of RGB (Red+Green+Blue) = 152+157+174=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #989DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989DAE is #676251. Grayscale: #9D9D9D. Windows color (decimal): -6775378 or 11443608. OLE color: 11443608.
HSL color Cylindrical-coordinate representation of color #989DAE: hue angle of 226.36º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #989DAE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 157 | 174 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.32 |
| HSL | 226.36º | 0.12% | 0.64% | - |
| HSV(B) | 226.36º | 0.13% | 0.68% | - |
| XYZ | 32.65 | 33.85 | 44.86 | - |
| YUV | 157.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 174 | 0.13 | 0.10 | 0 | 0.32 | 226.36 | 0.12 | 0.64 |
| Hex | 98 | 9D | AE | D | A | 0 | 20 | E2 | C | 40 |
| Octal | 230 | 235 | 256 | 15 | 12 | 0 | 40 | 342 | 14 | 100 |
| Binary | 10011000 | 10011101 | 10101110 | 1101 | 1010 | 0 | 100000 | 11100010 | 1100 | 1000000 |
Color Harmonies of #989DAE
Complementary color
Monochromatic Colors of #989DAE
Black with #989DAE
Text Example
Text Example
White with #989DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DAE; }
p { color: rgb(152,157,174); }
H1.HeaderClassName
{
color: #989DAE;
}
.AnyTagClassName
{
color: #989DAE;
}
</style>
background-color css
<style>
a { background-color: #989DAE; }
a { background-color: rgb(152,157,174); }
div.DivClassName
{
background-color: #989DAE;
}
.BgClassName
{
background-color: #989DAE;
}
</style>
border-color css
<style>
span { border-color: #989DAE; }
span { border-color: rgb(152,157,174); }
td.TdClassName
{
border-color: #989DAE;
}
.TagClassName
{
border-color: #989DAE;
}
</style>