Shades of Rock Blue #9AA7C3
Tints of Rock Blue #9AA7C3
RGB
CMYK
RGB Variations
Color information
#9AA7C3 (or 0x9AA7C3) is known color: Rock Blue. HEX triplet: 9A, A7 and C3. RGB value is (154,167,195). Sum of RGB (Red+Green+Blue) = 154+167+195=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #9AA7C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA7C3 is #65583C. Grayscale: #A6A6A6. Windows color (decimal): -6641725 or 12822426. OLE color: 12822426.
HSL color Cylindrical-coordinate representation of color #9AA7C3: hue angle of 220.98º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA7C3 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 167 | 195 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.24 |
| HSL | 220.98º | 0.25% | 0.68% | - |
| HSV(B) | 220.98º | 0.21% | 0.76% | - |
| XYZ | 37 | 38.45 | 57.1 | - |
| YUV | 166.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 167 | 195 | 0.21 | 0.14 | 0 | 0.24 | 220.98 | 0.25 | 0.68 |
| Hex | 9A | A7 | C3 | 15 | E | 0 | 18 | DD | 19 | 44 |
| Octal | 232 | 247 | 303 | 25 | 16 | 0 | 30 | 335 | 31 | 104 |
| Binary | 10011010 | 10100111 | 11000011 | 10101 | 1110 | 0 | 11000 | 11011101 | 11001 | 1000100 |
Color Harmonies of #9AA7C3
Complementary color
Monochromatic Colors of #9AA7C3
Black with #9AA7C3
Text Example
Text Example
White with #9AA7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA7C3; }
p { color: rgb(154,167,195); }
H1.HeaderClassName
{
color: #9AA7C3;
}
.AnyTagClassName
{
color: #9AA7C3;
}
</style>
background-color css
<style>
a { background-color: #9AA7C3; }
a { background-color: rgb(154,167,195); }
div.DivClassName
{
background-color: #9AA7C3;
}
.BgClassName
{
background-color: #9AA7C3;
}
</style>
border-color css
<style>
span { border-color: #9AA7C3; }
span { border-color: rgb(154,167,195); }
td.TdClassName
{
border-color: #9AA7C3;
}
.TagClassName
{
border-color: #9AA7C3;
}
</style>