Shades of Grey Chateau #939EA8
Tints of Grey Chateau #939EA8
RGB
CMYK
RGB Variations
Color information
#939EA8 (or 0x939EA8) is known color: Grey Chateau. HEX triplet: 93, 9E and A8. RGB value is (147,158,168). Sum of RGB (Red+Green+Blue) = 147+158+168=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 168 - color contains mainly: blue. Hex color #939EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939EA8 is #6C6157. Grayscale: #9B9B9B. Windows color (decimal): -7102808 or 11050643. OLE color: 11050643.
HSL color Cylindrical-coordinate representation of color #939EA8: hue angle of 208.57º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #939EA8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 158 | 168 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.34 |
| HSL | 208.57º | 0.11% | 0.62% | - |
| HSV(B) | 208.57º | 0.13% | 0.66% | - |
| XYZ | 31.33 | 33.48 | 41.86 | - |
| YUV | 155.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 168 | 0.13 | 0.06 | 0 | 0.34 | 208.57 | 0.11 | 0.62 |
| Hex | 93 | 9E | A8 | D | 6 | 0 | 22 | D1 | B | 3E |
| Octal | 223 | 236 | 250 | 15 | 6 | 0 | 42 | 321 | 13 | 76 |
| Binary | 10010011 | 10011110 | 10101000 | 1101 | 110 | 0 | 100010 | 11010001 | 1011 | 111110 |
Color Harmonies of #939EA8
Complementary color
Monochromatic Colors of #939EA8
Black with #939EA8
Text Example
Text Example
White with #939EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EA8; }
p { color: rgb(147,158,168); }
H1.HeaderClassName
{
color: #939EA8;
}
.AnyTagClassName
{
color: #939EA8;
}
</style>
background-color css
<style>
a { background-color: #939EA8; }
a { background-color: rgb(147,158,168); }
div.DivClassName
{
background-color: #939EA8;
}
.BgClassName
{
background-color: #939EA8;
}
</style>
border-color css
<style>
span { border-color: #939EA8; }
span { border-color: rgb(147,158,168); }
td.TdClassName
{
border-color: #939EA8;
}
.TagClassName
{
border-color: #939EA8;
}
</style>