Shades of Grey Chateau #9098A0
Tints of Grey Chateau #9098A0
RGB
CMYK
RGB Variations
Color information
#9098A0 (or 0x9098A0) is known color: Grey Chateau. HEX triplet: 90, 98 and A0. RGB value is (144,152,160). Sum of RGB (Red+Green+Blue) = 144+152+160=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 160 - color contains mainly: blue. Hex color #9098A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9098A0 is #6F675F. Grayscale: #969696. Windows color (decimal): -7300960 or 10524816. OLE color: 10524816.
HSL color Cylindrical-coordinate representation of color #9098A0: hue angle of 210º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9098A0 is Cyan = 0.1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 152 | 160 | - |
| CMYK | 0.1 | 0.05 | 0 | 0.37 |
| HSL | 210º | 0.08% | 0.6% | - |
| HSV(B) | 210º | 0.1% | 0.63% | - |
| XYZ | 29.08 | 30.92 | 37.69 | - |
| YUV | 150.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 160 | 0.1 | 0.05 | 0 | 0.37 | 210 | 0.08 | 0.6 |
| Hex | 90 | 98 | A0 | A | 5 | 0 | 25 | D2 | 8 | 3C |
| Octal | 220 | 230 | 240 | 12 | 5 | 0 | 45 | 322 | 10 | 74 |
| Binary | 10010000 | 10011000 | 10100000 | 1010 | 101 | 0 | 100101 | 11010010 | 1000 | 111100 |
Color Harmonies of #9098A0
Complementary color
Monochromatic Colors of #9098A0
Black with #9098A0
Text Example
Text Example
White with #9098A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9098A0; }
p { color: rgb(144,152,160); }
H1.HeaderClassName
{
color: #9098A0;
}
.AnyTagClassName
{
color: #9098A0;
}
</style>
background-color css
<style>
a { background-color: #9098A0; }
a { background-color: rgb(144,152,160); }
div.DivClassName
{
background-color: #9098A0;
}
.BgClassName
{
background-color: #9098A0;
}
</style>
border-color css
<style>
span { border-color: #9098A0; }
span { border-color: rgb(144,152,160); }
td.TdClassName
{
border-color: #9098A0;
}
.TagClassName
{
border-color: #9098A0;
}
</style>