Shades of Grey Chateau #9AA5B1
Tints of Grey Chateau #9AA5B1
RGB
CMYK
RGB Variations
Color information
#9AA5B1 (or 0x9AA5B1) is known color: Grey Chateau. HEX triplet: 9A, A5 and B1. RGB value is (154,165,177). Sum of RGB (Red+Green+Blue) = 154+165+177=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 177 - color contains mainly: blue. Hex color #9AA5B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA5B1 is #655A4E. Grayscale: #A3A3A3. Windows color (decimal): -6642255 or 11642266. OLE color: 11642266.
HSL color Cylindrical-coordinate representation of color #9AA5B1: hue angle of 211.3º 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 #9AA5B1 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 165 | 177 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.31 |
| HSL | 211.3º | 0.13% | 0.65% | - |
| HSV(B) | 211.3º | 0.13% | 0.69% | - |
| XYZ | 34.72 | 36.95 | 46.9 | - |
| YUV | 163.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 177 | 0.13 | 0.07 | 0 | 0.31 | 211.3 | 0.13 | 0.65 |
| Hex | 9A | A5 | B1 | D | 7 | 0 | 1F | D3 | D | 41 |
| Octal | 232 | 245 | 261 | 15 | 7 | 0 | 37 | 323 | 15 | 101 |
| Binary | 10011010 | 10100101 | 10110001 | 1101 | 111 | 0 | 11111 | 11010011 | 1101 | 1000001 |
Color Harmonies of #9AA5B1
Complementary color
Monochromatic Colors of #9AA5B1
Black with #9AA5B1
Text Example
Text Example
White with #9AA5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA5B1; }
p { color: rgb(154,165,177); }
H1.HeaderClassName
{
color: #9AA5B1;
}
.AnyTagClassName
{
color: #9AA5B1;
}
</style>
background-color css
<style>
a { background-color: #9AA5B1; }
a { background-color: rgb(154,165,177); }
div.DivClassName
{
background-color: #9AA5B1;
}
.BgClassName
{
background-color: #9AA5B1;
}
</style>
border-color css
<style>
span { border-color: #9AA5B1; }
span { border-color: rgb(154,165,177); }
td.TdClassName
{
border-color: #9AA5B1;
}
.TagClassName
{
border-color: #9AA5B1;
}
</style>