Shades of Rock Blue #9AA3BA
Tints of Rock Blue #9AA3BA
RGB
CMYK
RGB Variations
Color information
#9AA3BA (or 0x9AA3BA) is known color: Rock Blue. HEX triplet: 9A, A3 and BA. RGB value is (154,163,186). Sum of RGB (Red+Green+Blue) = 154+163+186=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA3BA is #655C45. Grayscale: #A2A2A2. Windows color (decimal): -6642758 or 12231578. OLE color: 12231578.
HSL color Cylindrical-coordinate representation of color #9AA3BA: hue angle of 223.12º 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 #9AA3BA is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 163 | 186 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.27 |
| HSL | 223.13º | 0.19% | 0.67% | - |
| HSV(B) | 223.13º | 0.17% | 0.73% | - |
| XYZ | 35.29 | 36.61 | 51.66 | - |
| YUV | 162.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 186 | 0.17 | 0.12 | 0 | 0.27 | 223.13 | 0.19 | 0.67 |
| Hex | 9A | A3 | BA | 11 | C | 0 | 1B | DF | 13 | 43 |
| Octal | 232 | 243 | 272 | 21 | 14 | 0 | 33 | 337 | 23 | 103 |
| Binary | 10011010 | 10100011 | 10111010 | 10001 | 1100 | 0 | 11011 | 11011111 | 10011 | 1000011 |
Color Harmonies of #9AA3BA
Complementary color
Monochromatic Colors of #9AA3BA
Black with #9AA3BA
Text Example
Text Example
White with #9AA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA3BA; }
p { color: rgb(154,163,186); }
H1.HeaderClassName
{
color: #9AA3BA;
}
.AnyTagClassName
{
color: #9AA3BA;
}
</style>
background-color css
<style>
a { background-color: #9AA3BA; }
a { background-color: rgb(154,163,186); }
div.DivClassName
{
background-color: #9AA3BA;
}
.BgClassName
{
background-color: #9AA3BA;
}
</style>
border-color css
<style>
span { border-color: #9AA3BA; }
span { border-color: rgb(154,163,186); }
td.TdClassName
{
border-color: #9AA3BA;
}
.TagClassName
{
border-color: #9AA3BA;
}
</style>