Shades of Rock Blue #9AA3BB
Tints of Rock Blue #9AA3BB
RGB
CMYK
RGB Variations
Color information
#9AA3BB (or 0x9AA3BB) is known color: Rock Blue. HEX triplet: 9A, A3 and BB. RGB value is (154,163,187). Sum of RGB (Red+Green+Blue) = 154+163+187=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA3BB is #655C44. Grayscale: #A2A2A2. Windows color (decimal): -6642757 or 12297114. OLE color: 12297114.
HSL color Cylindrical-coordinate representation of color #9AA3BB: hue angle of 223.64º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AA3BB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 163 | 187 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.27 |
| HSL | 223.64º | 0.2% | 0.67% | - |
| HSV(B) | 223.64º | 0.18% | 0.73% | - |
| XYZ | 35.39 | 36.65 | 52.22 | - |
| YUV | 163.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 187 | 0.18 | 0.13 | 0 | 0.27 | 223.64 | 0.2 | 0.67 |
| Hex | 9A | A3 | BB | 12 | D | 0 | 1B | E0 | 14 | 43 |
| Octal | 232 | 243 | 273 | 22 | 15 | 0 | 33 | 340 | 24 | 103 |
| Binary | 10011010 | 10100011 | 10111011 | 10010 | 1101 | 0 | 11011 | 11100000 | 10100 | 1000011 |
Color Harmonies of #9AA3BB
Complementary color
Monochromatic Colors of #9AA3BB
Black with #9AA3BB
Text Example
Text Example
White with #9AA3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA3BB; }
p { color: rgb(154,163,187); }
H1.HeaderClassName
{
color: #9AA3BB;
}
.AnyTagClassName
{
color: #9AA3BB;
}
</style>
background-color css
<style>
a { background-color: #9AA3BB; }
a { background-color: rgb(154,163,187); }
div.DivClassName
{
background-color: #9AA3BB;
}
.BgClassName
{
background-color: #9AA3BB;
}
</style>
border-color css
<style>
span { border-color: #9AA3BB; }
span { border-color: rgb(154,163,187); }
td.TdClassName
{
border-color: #9AA3BB;
}
.TagClassName
{
border-color: #9AA3BB;
}
</style>