Shades of Rock Blue #999FAC
Tints of Rock Blue #999FAC
RGB
CMYK
RGB Variations
Color information
#999FAC (or 0x999FAC) is known color: Rock Blue. HEX triplet: 99, 9F and AC. RGB value is (153,159,172). Sum of RGB (Red+Green+Blue) = 153+159+172=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #999FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FAC is #666053. Grayscale: #9E9E9E. Windows color (decimal): -6709332 or 11313049. OLE color: 11313049.
HSL color Cylindrical-coordinate representation of color #999FAC: hue angle of 221.05º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999FAC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 159 | 172 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.33 |
| HSL | 221.05º | 0.1% | 0.64% | - |
| HSV(B) | 221.05º | 0.11% | 0.67% | - |
| XYZ | 32.98 | 34.55 | 43.96 | - |
| YUV | 158.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 172 | 0.11 | 0.08 | 0 | 0.33 | 221.05 | 0.1 | 0.64 |
| Hex | 99 | 9F | AC | B | 8 | 0 | 21 | DD | A | 40 |
| Octal | 231 | 237 | 254 | 13 | 10 | 0 | 41 | 335 | 12 | 100 |
| Binary | 10011001 | 10011111 | 10101100 | 1011 | 1000 | 0 | 100001 | 11011101 | 1010 | 1000000 |
Color Harmonies of #999FAC
Complementary color
Monochromatic Colors of #999FAC
Black with #999FAC
Text Example
Text Example
White with #999FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FAC; }
p { color: rgb(153,159,172); }
H1.HeaderClassName
{
color: #999FAC;
}
.AnyTagClassName
{
color: #999FAC;
}
</style>
background-color css
<style>
a { background-color: #999FAC; }
a { background-color: rgb(153,159,172); }
div.DivClassName
{
background-color: #999FAC;
}
.BgClassName
{
background-color: #999FAC;
}
</style>
border-color css
<style>
span { border-color: #999FAC; }
span { border-color: rgb(153,159,172); }
td.TdClassName
{
border-color: #999FAC;
}
.TagClassName
{
border-color: #999FAC;
}
</style>