Shades of Rock Blue #9AA4BF
Tints of Rock Blue #9AA4BF
RGB
CMYK
RGB Variations
Color information
#9AA4BF (or 0x9AA4BF) is known color: Rock Blue. HEX triplet: 9A, A4 and BF. RGB value is (154,164,191). Sum of RGB (Red+Green+Blue) = 154+164+191=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA4BF is #655B40. Grayscale: #A3A3A3. Windows color (decimal): -6642497 or 12559514. OLE color: 12559514.
HSL color Cylindrical-coordinate representation of color #9AA4BF: hue angle of 223.78º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AA4BF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 164 | 191 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.25 |
| HSL | 223.78º | 0.22% | 0.68% | - |
| HSV(B) | 223.78º | 0.19% | 0.75% | - |
| XYZ | 36.01 | 37.18 | 54.57 | - |
| YUV | 164.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 191 | 0.19 | 0.14 | 0 | 0.25 | 223.78 | 0.22 | 0.68 |
| Hex | 9A | A4 | BF | 13 | E | 0 | 19 | E0 | 16 | 44 |
| Octal | 232 | 244 | 277 | 23 | 16 | 0 | 31 | 340 | 26 | 104 |
| Binary | 10011010 | 10100100 | 10111111 | 10011 | 1110 | 0 | 11001 | 11100000 | 10110 | 1000100 |
Color Harmonies of #9AA4BF
Complementary color
Monochromatic Colors of #9AA4BF
Black with #9AA4BF
Text Example
Text Example
White with #9AA4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA4BF; }
p { color: rgb(154,164,191); }
H1.HeaderClassName
{
color: #9AA4BF;
}
.AnyTagClassName
{
color: #9AA4BF;
}
</style>
background-color css
<style>
a { background-color: #9AA4BF; }
a { background-color: rgb(154,164,191); }
div.DivClassName
{
background-color: #9AA4BF;
}
.BgClassName
{
background-color: #9AA4BF;
}
</style>
border-color css
<style>
span { border-color: #9AA4BF; }
span { border-color: rgb(154,164,191); }
td.TdClassName
{
border-color: #9AA4BF;
}
.TagClassName
{
border-color: #9AA4BF;
}
</style>