Shades of Rock Blue #9AA4B9
Tints of Rock Blue #9AA4B9
RGB
CMYK
RGB Variations
Color information
#9AA4B9 (or 0x9AA4B9) is known color: Rock Blue. HEX triplet: 9A, A4 and B9. RGB value is (154,164,185). Sum of RGB (Red+Green+Blue) = 154+164+185=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 185 - color contains mainly: blue. Hex color #9AA4B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA4B9 is #655B46. Grayscale: #A3A3A3. Windows color (decimal): -6642503 or 12166298. OLE color: 12166298.
HSL color Cylindrical-coordinate representation of color #9AA4B9: hue angle of 220.65º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AA4B9 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 164 | 185 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.27 |
| HSL | 220.65º | 0.18% | 0.66% | - |
| HSV(B) | 220.65º | 0.17% | 0.73% | - |
| XYZ | 35.36 | 36.92 | 51.16 | - |
| YUV | 163.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 185 | 0.17 | 0.11 | 0 | 0.27 | 220.65 | 0.18 | 0.66 |
| Hex | 9A | A4 | B9 | 11 | B | 0 | 1B | DD | 12 | 42 |
| Octal | 232 | 244 | 271 | 21 | 13 | 0 | 33 | 335 | 22 | 102 |
| Binary | 10011010 | 10100100 | 10111001 | 10001 | 1011 | 0 | 11011 | 11011101 | 10010 | 1000010 |
Color Harmonies of #9AA4B9
Complementary color
Monochromatic Colors of #9AA4B9
Black with #9AA4B9
Text Example
Text Example
White with #9AA4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA4B9; }
p { color: rgb(154,164,185); }
H1.HeaderClassName
{
color: #9AA4B9;
}
.AnyTagClassName
{
color: #9AA4B9;
}
</style>
background-color css
<style>
a { background-color: #9AA4B9; }
a { background-color: rgb(154,164,185); }
div.DivClassName
{
background-color: #9AA4B9;
}
.BgClassName
{
background-color: #9AA4B9;
}
</style>
border-color css
<style>
span { border-color: #9AA4B9; }
span { border-color: rgb(154,164,185); }
td.TdClassName
{
border-color: #9AA4B9;
}
.TagClassName
{
border-color: #9AA4B9;
}
</style>