Shades of Rock Blue #9AA2AF
Tints of Rock Blue #9AA2AF
RGB
CMYK
RGB Variations
Color information
#9AA2AF (or 0x9AA2AF) is known color: Rock Blue. HEX triplet: 9A, A2 and AF. RGB value is (154,162,175). Sum of RGB (Red+Green+Blue) = 154+162+175=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #9AA2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA2AF is #655D50. Grayscale: #A1A1A1. Windows color (decimal): -6643025 or 11510426. OLE color: 11510426.
HSL color Cylindrical-coordinate representation of color #9AA2AF: hue angle of 217.14º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AA2AF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 162 | 175 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.31 |
| HSL | 217.14º | 0.12% | 0.65% | - |
| HSV(B) | 217.14º | 0.12% | 0.69% | - |
| XYZ | 33.98 | 35.81 | 45.68 | - |
| YUV | 161.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 175 | 0.12 | 0.07 | 0 | 0.31 | 217.14 | 0.12 | 0.65 |
| Hex | 9A | A2 | AF | C | 7 | 0 | 1F | D9 | C | 41 |
| Octal | 232 | 242 | 257 | 14 | 7 | 0 | 37 | 331 | 14 | 101 |
| Binary | 10011010 | 10100010 | 10101111 | 1100 | 111 | 0 | 11111 | 11011001 | 1100 | 1000001 |
Color Harmonies of #9AA2AF
Complementary color
Monochromatic Colors of #9AA2AF
Black with #9AA2AF
Text Example
Text Example
White with #9AA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA2AF; }
p { color: rgb(154,162,175); }
H1.HeaderClassName
{
color: #9AA2AF;
}
.AnyTagClassName
{
color: #9AA2AF;
}
</style>
background-color css
<style>
a { background-color: #9AA2AF; }
a { background-color: rgb(154,162,175); }
div.DivClassName
{
background-color: #9AA2AF;
}
.BgClassName
{
background-color: #9AA2AF;
}
</style>
border-color css
<style>
span { border-color: #9AA2AF; }
span { border-color: rgb(154,162,175); }
td.TdClassName
{
border-color: #9AA2AF;
}
.TagClassName
{
border-color: #9AA2AF;
}
</style>