Shades of Grey Chateau #9299A4
Tints of Grey Chateau #9299A4
RGB
CMYK
RGB Variations
Color information
#9299A4 (or 0x9299A4) is known color: Grey Chateau. HEX triplet: 92, 99 and A4. RGB value is (146,153,164). Sum of RGB (Red+Green+Blue) = 146+153+164=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 164 - color contains mainly: blue. Hex color #9299A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9299A4 is #6D665B. Grayscale: #989898. Windows color (decimal): -7169628 or 10787218. OLE color: 10787218.
HSL color Cylindrical-coordinate representation of color #9299A4: hue angle of 216.67º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9299A4 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 153 | 164 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.36 |
| HSL | 216.67º | 0.09% | 0.61% | - |
| HSV(B) | 216.67º | 0.11% | 0.64% | - |
| XYZ | 29.95 | 31.57 | 39.64 | - |
| YUV | 152.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 164 | 0.11 | 0.07 | 0 | 0.36 | 216.67 | 0.09 | 0.61 |
| Hex | 92 | 99 | A4 | B | 7 | 0 | 24 | D9 | 9 | 3D |
| Octal | 222 | 231 | 244 | 13 | 7 | 0 | 44 | 331 | 11 | 75 |
| Binary | 10010010 | 10011001 | 10100100 | 1011 | 111 | 0 | 100100 | 11011001 | 1001 | 111101 |
Color Harmonies of #9299A4
Complementary color
Monochromatic Colors of #9299A4
Black with #9299A4
Text Example
Text Example
White with #9299A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299A4; }
p { color: rgb(146,153,164); }
H1.HeaderClassName
{
color: #9299A4;
}
.AnyTagClassName
{
color: #9299A4;
}
</style>
background-color css
<style>
a { background-color: #9299A4; }
a { background-color: rgb(146,153,164); }
div.DivClassName
{
background-color: #9299A4;
}
.BgClassName
{
background-color: #9299A4;
}
</style>
border-color css
<style>
span { border-color: #9299A4; }
span { border-color: rgb(146,153,164); }
td.TdClassName
{
border-color: #9299A4;
}
.TagClassName
{
border-color: #9299A4;
}
</style>