Shades of Grey Chateau #9097A1
Tints of Grey Chateau #9097A1
RGB
CMYK
RGB Variations
Color information
#9097A1 (or 0x9097A1) is known color: Grey Chateau. HEX triplet: 90, 97 and A1. RGB value is (144,151,161). Sum of RGB (Red+Green+Blue) = 144+151+161=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 161 - color contains mainly: blue. Hex color #9097A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9097A1 is #6F685E. Grayscale: #969696. Windows color (decimal): -7301215 or 10590096. OLE color: 10590096.
HSL color Cylindrical-coordinate representation of color #9097A1: hue angle of 215.29º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9097A1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 151 | 161 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.37 |
| HSL | 215.29º | 0.08% | 0.6% | - |
| HSV(B) | 215.29º | 0.11% | 0.63% | - |
| XYZ | 29 | 30.64 | 38.1 | - |
| YUV | 150.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 151 | 161 | 0.11 | 0.06 | 0 | 0.37 | 215.29 | 0.08 | 0.6 |
| Hex | 90 | 97 | A1 | B | 6 | 0 | 25 | D7 | 8 | 3C |
| Octal | 220 | 227 | 241 | 13 | 6 | 0 | 45 | 327 | 10 | 74 |
| Binary | 10010000 | 10010111 | 10100001 | 1011 | 110 | 0 | 100101 | 11010111 | 1000 | 111100 |
Color Harmonies of #9097A1
Complementary color
Monochromatic Colors of #9097A1
Black with #9097A1
Text Example
Text Example
White with #9097A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9097A1; }
p { color: rgb(144,151,161); }
H1.HeaderClassName
{
color: #9097A1;
}
.AnyTagClassName
{
color: #9097A1;
}
</style>
background-color css
<style>
a { background-color: #9097A1; }
a { background-color: rgb(144,151,161); }
div.DivClassName
{
background-color: #9097A1;
}
.BgClassName
{
background-color: #9097A1;
}
</style>
border-color css
<style>
span { border-color: #9097A1; }
span { border-color: rgb(144,151,161); }
td.TdClassName
{
border-color: #9097A1;
}
.TagClassName
{
border-color: #9097A1;
}
</style>