Shades of Grey Chateau #939AA6
Tints of Grey Chateau #939AA6
RGB
CMYK
RGB Variations
Color information
#939AA6 (or 0x939AA6) is known color: Grey Chateau. HEX triplet: 93, 9A and A6. RGB value is (147,154,166). Sum of RGB (Red+Green+Blue) = 147+154+166=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 166 - color contains mainly: blue. Hex color #939AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939AA6 is #6C6559. Grayscale: #999999. Windows color (decimal): -7103834 or 10918547. OLE color: 10918547.
HSL color Cylindrical-coordinate representation of color #939AA6: hue angle of 217.89º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #939AA6 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 154 | 166 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.35 |
| HSL | 217.89º | 0.1% | 0.61% | - |
| HSV(B) | 217.89º | 0.11% | 0.65% | - |
| XYZ | 30.47 | 32.07 | 40.66 | - |
| YUV | 153.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 166 | 0.11 | 0.07 | 0 | 0.35 | 217.89 | 0.1 | 0.61 |
| Hex | 93 | 9A | A6 | B | 7 | 0 | 23 | DA | A | 3D |
| Octal | 223 | 232 | 246 | 13 | 7 | 0 | 43 | 332 | 12 | 75 |
| Binary | 10010011 | 10011010 | 10100110 | 1011 | 111 | 0 | 100011 | 11011010 | 1010 | 111101 |
Color Harmonies of #939AA6
Complementary color
Monochromatic Colors of #939AA6
Black with #939AA6
Text Example
Text Example
White with #939AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939AA6; }
p { color: rgb(147,154,166); }
H1.HeaderClassName
{
color: #939AA6;
}
.AnyTagClassName
{
color: #939AA6;
}
</style>
background-color css
<style>
a { background-color: #939AA6; }
a { background-color: rgb(147,154,166); }
div.DivClassName
{
background-color: #939AA6;
}
.BgClassName
{
background-color: #939AA6;
}
</style>
border-color css
<style>
span { border-color: #939AA6; }
span { border-color: rgb(147,154,166); }
td.TdClassName
{
border-color: #939AA6;
}
.TagClassName
{
border-color: #939AA6;
}
</style>