Shades of Rock Blue #989FC0
Tints of Rock Blue #989FC0
RGB
CMYK
RGB Variations
Color information
#989FC0 (or 0x989FC0) is known color: Rock Blue. HEX triplet: 98, 9F and C0. RGB value is (152,159,192). Sum of RGB (Red+Green+Blue) = 152+159+192=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #989FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FC0 is #67603F. Grayscale: #A0A0A0. Windows color (decimal): -6774848 or 12623768. OLE color: 12623768.
HSL color Cylindrical-coordinate representation of color #989FC0: hue angle of 229.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #989FC0 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 159 | 192 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.25 |
| HSL | 229.5º | 0.24% | 0.67% | - |
| HSV(B) | 229.5º | 0.21% | 0.75% | - |
| XYZ | 34.86 | 35.28 | 54.84 | - |
| YUV | 160.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 192 | 0.21 | 0.17 | 0 | 0.25 | 229.5 | 0.24 | 0.67 |
| Hex | 98 | 9F | C0 | 15 | 11 | 0 | 19 | E6 | 18 | 43 |
| Octal | 230 | 237 | 300 | 25 | 21 | 0 | 31 | 346 | 30 | 103 |
| Binary | 10011000 | 10011111 | 11000000 | 10101 | 10001 | 0 | 11001 | 11100110 | 11000 | 1000011 |
Color Harmonies of #989FC0
Complementary color
Monochromatic Colors of #989FC0
Black with #989FC0
Text Example
Text Example
White with #989FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989FC0; }
p { color: rgb(152,159,192); }
H1.HeaderClassName
{
color: #989FC0;
}
.AnyTagClassName
{
color: #989FC0;
}
</style>
background-color css
<style>
a { background-color: #989FC0; }
a { background-color: rgb(152,159,192); }
div.DivClassName
{
background-color: #989FC0;
}
.BgClassName
{
background-color: #989FC0;
}
</style>
border-color css
<style>
span { border-color: #989FC0; }
span { border-color: rgb(152,159,192); }
td.TdClassName
{
border-color: #989FC0;
}
.TagClassName
{
border-color: #989FC0;
}
</style>