Shades of Grey Chateau #939EA6
Tints of Grey Chateau #939EA6
RGB
CMYK
RGB Variations
Color information
#939EA6 (or 0x939EA6) is known color: Grey Chateau. HEX triplet: 93, 9E and A6. RGB value is (147,158,166). Sum of RGB (Red+Green+Blue) = 147+158+166=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 166 - color contains mainly: blue. Hex color #939EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939EA6 is #6C6159. Grayscale: #9B9B9B. Windows color (decimal): -7102810 or 10919571. OLE color: 10919571.
HSL color Cylindrical-coordinate representation of color #939EA6: hue angle of 205.26º 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 #939EA6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 158 | 166 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.35 |
| HSL | 205.26º | 0.1% | 0.61% | - |
| HSV(B) | 205.26º | 0.11% | 0.65% | - |
| XYZ | 31.14 | 33.41 | 40.88 | - |
| YUV | 155.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 166 | 0.11 | 0.05 | 0 | 0.35 | 205.26 | 0.1 | 0.61 |
| Hex | 93 | 9E | A6 | B | 5 | 0 | 23 | CD | A | 3D |
| Octal | 223 | 236 | 246 | 13 | 5 | 0 | 43 | 315 | 12 | 75 |
| Binary | 10010011 | 10011110 | 10100110 | 1011 | 101 | 0 | 100011 | 11001101 | 1010 | 111101 |
Color Harmonies of #939EA6
Complementary color
Monochromatic Colors of #939EA6
Black with #939EA6
Text Example
Text Example
White with #939EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EA6; }
p { color: rgb(147,158,166); }
H1.HeaderClassName
{
color: #939EA6;
}
.AnyTagClassName
{
color: #939EA6;
}
</style>
background-color css
<style>
a { background-color: #939EA6; }
a { background-color: rgb(147,158,166); }
div.DivClassName
{
background-color: #939EA6;
}
.BgClassName
{
background-color: #939EA6;
}
</style>
border-color css
<style>
span { border-color: #939EA6; }
span { border-color: rgb(147,158,166); }
td.TdClassName
{
border-color: #939EA6;
}
.TagClassName
{
border-color: #939EA6;
}
</style>