Shades of Rock Blue #9AA2C1
Tints of Rock Blue #9AA2C1
RGB
CMYK
RGB Variations
Color information
#9AA2C1 (or 0x9AA2C1) is known color: Rock Blue. HEX triplet: 9A, A2 and C1. RGB value is (154,162,193). Sum of RGB (Red+Green+Blue) = 154+162+193=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #9AA2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2C1 is #655D3E. Grayscale: #A3A3A3. Windows color (decimal): -6643007 or 12690074. OLE color: 12690074.
HSL color Cylindrical-coordinate representation of color #9AA2C1: hue angle of 227.69º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AA2C1 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 162 | 193 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.24 |
| HSL | 227.69º | 0.24% | 0.68% | - |
| HSV(B) | 227.69º | 0.2% | 0.76% | - |
| XYZ | 35.87 | 36.56 | 55.62 | - |
| YUV | 163.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 193 | 0.20 | 0.16 | 0 | 0.24 | 227.69 | 0.24 | 0.68 |
| Hex | 9A | A2 | C1 | 14 | 10 | 0 | 18 | E4 | 18 | 44 |
| Octal | 232 | 242 | 301 | 24 | 20 | 0 | 30 | 344 | 30 | 104 |
| Binary | 10011010 | 10100010 | 11000001 | 10100 | 10000 | 0 | 11000 | 11100100 | 11000 | 1000100 |
Color Harmonies of #9AA2C1
Complementary color
Monochromatic Colors of #9AA2C1
Black with #9AA2C1
Text Example
Text Example
White with #9AA2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA2C1; }
p { color: rgb(154,162,193); }
H1.HeaderClassName
{
color: #9AA2C1;
}
.AnyTagClassName
{
color: #9AA2C1;
}
</style>
background-color css
<style>
a { background-color: #9AA2C1; }
a { background-color: rgb(154,162,193); }
div.DivClassName
{
background-color: #9AA2C1;
}
.BgClassName
{
background-color: #9AA2C1;
}
</style>
border-color css
<style>
span { border-color: #9AA2C1; }
span { border-color: rgb(154,162,193); }
td.TdClassName
{
border-color: #9AA2C1;
}
.TagClassName
{
border-color: #9AA2C1;
}
</style>