Shades of Grey Chateau #9FA9B1
Tints of Grey Chateau #9FA9B1
RGB
CMYK
RGB Variations
Color information
#9FA9B1 (or 0x9FA9B1) is known color: Grey Chateau. HEX triplet: 9F, A9 and B1. RGB value is (159,169,177). Sum of RGB (Red+Green+Blue) = 159+169+177=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #9FA9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA9B1 is #60564E. Grayscale: #A6A6A6. Windows color (decimal): -6313551 or 11643295. OLE color: 11643295.
HSL color Cylindrical-coordinate representation of color #9FA9B1: hue angle of 206.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FA9B1 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 169 | 177 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.31 |
| HSL | 206.67º | 0.1% | 0.66% | - |
| HSV(B) | 206.67º | 0.1% | 0.69% | - |
| XYZ | 36.42 | 38.92 | 47.19 | - |
| YUV | 166.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 177 | 0.10 | 0.05 | 0 | 0.31 | 206.67 | 0.1 | 0.66 |
| Hex | 9F | A9 | B1 | A | 5 | 0 | 1F | CF | A | 42 |
| Octal | 237 | 251 | 261 | 12 | 5 | 0 | 37 | 317 | 12 | 102 |
| Binary | 10011111 | 10101001 | 10110001 | 1010 | 101 | 0 | 11111 | 11001111 | 1010 | 1000010 |
Color Harmonies of #9FA9B1
Complementary color
Monochromatic Colors of #9FA9B1
Black with #9FA9B1
Text Example
Text Example
White with #9FA9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA9B1; }
p { color: rgb(159,169,177); }
H1.HeaderClassName
{
color: #9FA9B1;
}
.AnyTagClassName
{
color: #9FA9B1;
}
</style>
background-color css
<style>
a { background-color: #9FA9B1; }
a { background-color: rgb(159,169,177); }
div.DivClassName
{
background-color: #9FA9B1;
}
.BgClassName
{
background-color: #9FA9B1;
}
</style>
border-color css
<style>
span { border-color: #9FA9B1; }
span { border-color: rgb(159,169,177); }
td.TdClassName
{
border-color: #9FA9B1;
}
.TagClassName
{
border-color: #9FA9B1;
}
</style>