Shades of Grey Chateau #949DAA
Tints of Grey Chateau #949DAA
RGB
CMYK
RGB Variations
Color information
#949DAA (or 0x949DAA) is known color: Grey Chateau. HEX triplet: 94, 9D and AA. RGB value is (148,157,170). Sum of RGB (Red+Green+Blue) = 148+157+170=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #949DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949DAA is #6B6255. Grayscale: #9B9B9B. Windows color (decimal): -7037526 or 11181460. OLE color: 11181460.
HSL color Cylindrical-coordinate representation of color #949DAA: hue angle of 215.45º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #949DAA is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 157 | 170 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.33 |
| HSL | 215.45º | 0.11% | 0.62% | - |
| HSV(B) | 215.45º | 0.13% | 0.67% | - |
| XYZ | 31.53 | 33.31 | 42.8 | - |
| YUV | 155.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 170 | 0.13 | 0.08 | 0 | 0.33 | 215.45 | 0.11 | 0.62 |
| Hex | 94 | 9D | AA | D | 8 | 0 | 21 | D7 | B | 3E |
| Octal | 224 | 235 | 252 | 15 | 10 | 0 | 41 | 327 | 13 | 76 |
| Binary | 10010100 | 10011101 | 10101010 | 1101 | 1000 | 0 | 100001 | 11010111 | 1011 | 111110 |
Color Harmonies of #949DAA
Complementary color
Monochromatic Colors of #949DAA
Black with #949DAA
Text Example
Text Example
White with #949DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DAA; }
p { color: rgb(148,157,170); }
H1.HeaderClassName
{
color: #949DAA;
}
.AnyTagClassName
{
color: #949DAA;
}
</style>
background-color css
<style>
a { background-color: #949DAA; }
a { background-color: rgb(148,157,170); }
div.DivClassName
{
background-color: #949DAA;
}
.BgClassName
{
background-color: #949DAA;
}
</style>
border-color css
<style>
span { border-color: #949DAA; }
span { border-color: rgb(148,157,170); }
td.TdClassName
{
border-color: #949DAA;
}
.TagClassName
{
border-color: #949DAA;
}
</style>