Shades of Rock Blue #9AA2B4
Tints of Rock Blue #9AA2B4
RGB
CMYK
RGB Variations
Color information
#9AA2B4 (or 0x9AA2B4) is known color: Rock Blue. HEX triplet: 9A, A2 and B4. RGB value is (154,162,180). Sum of RGB (Red+Green+Blue) = 154+162+180=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 180 - color contains mainly: blue. Hex color #9AA2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2B4 is #655D4B. Grayscale: #A1A1A1. Windows color (decimal): -6643020 or 11838106. OLE color: 11838106.
HSL color Cylindrical-coordinate representation of color #9AA2B4: hue angle of 221.54º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AA2B4 is Cyan = 0.14, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 162 | 180 | - |
| CMYK | 0.14 | 0.1 | 0 | 0.29 |
| HSL | 221.54º | 0.15% | 0.65% | - |
| HSV(B) | 221.54º | 0.14% | 0.71% | - |
| XYZ | 34.48 | 36.01 | 48.31 | - |
| YUV | 161.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 180 | 0.14 | 0.1 | 0 | 0.29 | 221.54 | 0.15 | 0.65 |
| Hex | 9A | A2 | B4 | E | A | 0 | 1D | DE | F | 41 |
| Octal | 232 | 242 | 264 | 16 | 12 | 0 | 35 | 336 | 17 | 101 |
| Binary | 10011010 | 10100010 | 10110100 | 1110 | 1010 | 0 | 11101 | 11011110 | 1111 | 1000001 |
Color Harmonies of #9AA2B4
Complementary color
Monochromatic Colors of #9AA2B4
Black with #9AA2B4
Text Example
Text Example
White with #9AA2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA2B4; }
p { color: rgb(154,162,180); }
H1.HeaderClassName
{
color: #9AA2B4;
}
.AnyTagClassName
{
color: #9AA2B4;
}
</style>
background-color css
<style>
a { background-color: #9AA2B4; }
a { background-color: rgb(154,162,180); }
div.DivClassName
{
background-color: #9AA2B4;
}
.BgClassName
{
background-color: #9AA2B4;
}
</style>
border-color css
<style>
span { border-color: #9AA2B4; }
span { border-color: rgb(154,162,180); }
td.TdClassName
{
border-color: #9AA2B4;
}
.TagClassName
{
border-color: #9AA2B4;
}
</style>