Shades of Rock Blue #9AA1BA
Tints of Rock Blue #9AA1BA
RGB
CMYK
RGB Variations
Color information
#9AA1BA (or 0x9AA1BA) is known color: Rock Blue. HEX triplet: 9A, A1 and BA. RGB value is (154,161,186). Sum of RGB (Red+Green+Blue) = 154+161+186=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA1BA is #655E45. Grayscale: #A1A1A1. Windows color (decimal): -6643270 or 12231066. OLE color: 12231066.
HSL color Cylindrical-coordinate representation of color #9AA1BA: hue angle of 226.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AA1BA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 161 | 186 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.27 |
| HSL | 226.88º | 0.19% | 0.67% | - |
| HSV(B) | 226.88º | 0.17% | 0.73% | - |
| XYZ | 34.93 | 35.9 | 51.54 | - |
| YUV | 161.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 186 | 0.17 | 0.13 | 0 | 0.27 | 226.88 | 0.19 | 0.67 |
| Hex | 9A | A1 | BA | 11 | D | 0 | 1B | E3 | 13 | 43 |
| Octal | 232 | 241 | 272 | 21 | 15 | 0 | 33 | 343 | 23 | 103 |
| Binary | 10011010 | 10100001 | 10111010 | 10001 | 1101 | 0 | 11011 | 11100011 | 10011 | 1000011 |
Color Harmonies of #9AA1BA
Complementary color
Monochromatic Colors of #9AA1BA
Black with #9AA1BA
Text Example
Text Example
White with #9AA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA1BA; }
p { color: rgb(154,161,186); }
H1.HeaderClassName
{
color: #9AA1BA;
}
.AnyTagClassName
{
color: #9AA1BA;
}
</style>
background-color css
<style>
a { background-color: #9AA1BA; }
a { background-color: rgb(154,161,186); }
div.DivClassName
{
background-color: #9AA1BA;
}
.BgClassName
{
background-color: #9AA1BA;
}
</style>
border-color css
<style>
span { border-color: #9AA1BA; }
span { border-color: rgb(154,161,186); }
td.TdClassName
{
border-color: #9AA1BA;
}
.TagClassName
{
border-color: #9AA1BA;
}
</style>