Shades of Rock Blue #9AA4B1
Tints of Rock Blue #9AA4B1
RGB
CMYK
RGB Variations
Color information
#9AA4B1 (or 0x9AA4B1) is known color: Rock Blue. HEX triplet: 9A, A4 and B1. RGB value is (154,164,177). Sum of RGB (Red+Green+Blue) = 154+164+177=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 177 - color contains mainly: blue. Hex color #9AA4B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA4B1 is #655B4E. Grayscale: #A2A2A2. Windows color (decimal): -6642511 or 11642010. OLE color: 11642010.
HSL color Cylindrical-coordinate representation of color #9AA4B1: hue angle of 213.91º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AA4B1 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 164 | 177 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.31 |
| HSL | 213.91º | 0.13% | 0.65% | - |
| HSV(B) | 213.91º | 0.13% | 0.69% | - |
| XYZ | 34.54 | 36.6 | 46.84 | - |
| YUV | 162.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 177 | 0.13 | 0.07 | 0 | 0.31 | 213.91 | 0.13 | 0.65 |
| Hex | 9A | A4 | B1 | D | 7 | 0 | 1F | D6 | D | 41 |
| Octal | 232 | 244 | 261 | 15 | 7 | 0 | 37 | 326 | 15 | 101 |
| Binary | 10011010 | 10100100 | 10110001 | 1101 | 111 | 0 | 11111 | 11010110 | 1101 | 1000001 |
Color Harmonies of #9AA4B1
Complementary color
Monochromatic Colors of #9AA4B1
Black with #9AA4B1
Text Example
Text Example
White with #9AA4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA4B1; }
p { color: rgb(154,164,177); }
H1.HeaderClassName
{
color: #9AA4B1;
}
.AnyTagClassName
{
color: #9AA4B1;
}
</style>
background-color css
<style>
a { background-color: #9AA4B1; }
a { background-color: rgb(154,164,177); }
div.DivClassName
{
background-color: #9AA4B1;
}
.BgClassName
{
background-color: #9AA4B1;
}
</style>
border-color css
<style>
span { border-color: #9AA4B1; }
span { border-color: rgb(154,164,177); }
td.TdClassName
{
border-color: #9AA4B1;
}
.TagClassName
{
border-color: #9AA4B1;
}
</style>