Shades of Rock Blue #9199AC
Tints of Rock Blue #9199AC
RGB
CMYK
RGB Variations
Color information
#9199AC (or 0x9199AC) is known color: Rock Blue. HEX triplet: 91, 99 and AC. RGB value is (145,153,172). Sum of RGB (Red+Green+Blue) = 145+153+172=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #9199AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9199AC is #6E6653. Grayscale: #989898. Windows color (decimal): -7235156 or 11311505. OLE color: 11311505.
HSL color Cylindrical-coordinate representation of color #9199AC: hue angle of 222.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9199AC is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 153 | 172 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.33 |
| HSL | 222.22º | 0.14% | 0.62% | - |
| HSV(B) | 222.22º | 0.16% | 0.67% | - |
| XYZ | 30.51 | 31.78 | 43.56 | - |
| YUV | 152.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 172 | 0.16 | 0.11 | 0 | 0.33 | 222.22 | 0.14 | 0.62 |
| Hex | 91 | 99 | AC | 10 | B | 0 | 21 | DE | E | 3E |
| Octal | 221 | 231 | 254 | 20 | 13 | 0 | 41 | 336 | 16 | 76 |
| Binary | 10010001 | 10011001 | 10101100 | 10000 | 1011 | 0 | 100001 | 11011110 | 1110 | 111110 |
Color Harmonies of #9199AC
Complementary color
Monochromatic Colors of #9199AC
Black with #9199AC
Text Example
Text Example
White with #9199AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9199AC; }
p { color: rgb(145,153,172); }
H1.HeaderClassName
{
color: #9199AC;
}
.AnyTagClassName
{
color: #9199AC;
}
</style>
background-color css
<style>
a { background-color: #9199AC; }
a { background-color: rgb(145,153,172); }
div.DivClassName
{
background-color: #9199AC;
}
.BgClassName
{
background-color: #9199AC;
}
</style>
border-color css
<style>
span { border-color: #9199AC; }
span { border-color: rgb(145,153,172); }
td.TdClassName
{
border-color: #9199AC;
}
.TagClassName
{
border-color: #9199AC;
}
</style>