Shades of Grey Chateau #9199A2
Tints of Grey Chateau #9199A2
RGB
CMYK
RGB Variations
Color information
#9199A2 (or 0x9199A2) is known color: Grey Chateau. HEX triplet: 91, 99 and A2. RGB value is (145,153,162). Sum of RGB (Red+Green+Blue) = 145+153+162=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 162 - color contains mainly: blue. Hex color #9199A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9199A2 is #6E665D. Grayscale: #979797. Windows color (decimal): -7235166 or 10656145. OLE color: 10656145.
HSL color Cylindrical-coordinate representation of color #9199A2: hue angle of 211.76º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9199A2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 145 | 153 | 162 | - |
CMYK | 0.10 | 0.06 | 0 | 0.36 |
HSL | 211.76º | 0.08% | 0.6% | - |
HSV(B) | 211.76º | 0.1% | 0.64% | - |
XYZ | 29.59 | 31.41 | 38.69 | - |
YUV | 151.63 | 133.85 | 123.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 145 | 153 | 162 | 0.10 | 0.06 | 0 | 0.36 | 211.76 | 0.08 | 0.6 |
Hex | 91 | 99 | A2 | A | 6 | 0 | 24 | D4 | 8 | 3C |
Octal | 221 | 231 | 242 | 12 | 6 | 0 | 44 | 324 | 10 | 74 |
Binary | 10010001 | 10011001 | 10100010 | 1010 | 110 | 0 | 100100 | 11010100 | 1000 | 111100 |
Color Harmonies of #9199A2
Complementary color
Monochromatic Colors of #9199A2
Black with #9199A2
Text Example
Text Example
White with #9199A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9199A2; }
p { color: rgb(145,153,162); }
H1.HeaderClassName
{
color: #9199A2;
}
.AnyTagClassName
{
color: #9199A2;
}
</style>
background-color css
<style>
a { background-color: #9199A2; }
a { background-color: rgb(145,153,162); }
div.DivClassName
{
background-color: #9199A2;
}
.BgClassName
{
background-color: #9199A2;
}
</style>
border-color css
<style>
span { border-color: #9199A2; }
span { border-color: rgb(145,153,162); }
td.TdClassName
{
border-color: #9199A2;
}
.TagClassName
{
border-color: #9199A2;
}
</style>