Shades of Rock Blue #989FAC
Tints of Rock Blue #989FAC
RGB
CMYK
RGB Variations
Color information
#989FAC (or 0x989FAC) is known color: Rock Blue. HEX triplet: 98, 9F and AC. RGB value is (152,159,172). Sum of RGB (Red+Green+Blue) = 152+159+172=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #989FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989FAC is #676053. Grayscale: #9E9E9E. Windows color (decimal): -6774868 or 11313048. OLE color: 11313048.
HSL color Cylindrical-coordinate representation of color #989FAC: hue angle of 219º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989FAC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 159 | 172 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.33 |
| HSL | 219º | 0.11% | 0.64% | - |
| HSV(B) | 219º | 0.12% | 0.67% | - |
| XYZ | 32.79 | 34.45 | 43.95 | - |
| YUV | 158.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 172 | 0.12 | 0.08 | 0 | 0.33 | 219 | 0.11 | 0.64 |
| Hex | 98 | 9F | AC | C | 8 | 0 | 21 | DB | B | 40 |
| Octal | 230 | 237 | 254 | 14 | 10 | 0 | 41 | 333 | 13 | 100 |
| Binary | 10011000 | 10011111 | 10101100 | 1100 | 1000 | 0 | 100001 | 11011011 | 1011 | 1000000 |
Color Harmonies of #989FAC
Complementary color
Monochromatic Colors of #989FAC
Black with #989FAC
Text Example
Text Example
White with #989FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989FAC; }
p { color: rgb(152,159,172); }
H1.HeaderClassName
{
color: #989FAC;
}
.AnyTagClassName
{
color: #989FAC;
}
</style>
background-color css
<style>
a { background-color: #989FAC; }
a { background-color: rgb(152,159,172); }
div.DivClassName
{
background-color: #989FAC;
}
.BgClassName
{
background-color: #989FAC;
}
</style>
border-color css
<style>
span { border-color: #989FAC; }
span { border-color: rgb(152,159,172); }
td.TdClassName
{
border-color: #989FAC;
}
.TagClassName
{
border-color: #989FAC;
}
</style>