Shades of Grey Chateau #93999E
Tints of Grey Chateau #93999E
RGB
CMYK
RGB Variations
Color information
#93999E (or 0x93999E) is known color: Grey Chateau. HEX triplet: 93, 99 and 9E. RGB value is (147,153,158). Sum of RGB (Red+Green+Blue) = 147+153+158=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 158 - color contains mainly: blue. Hex color #93999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93999E is #6C6661. Grayscale: #979797. Windows color (decimal): -7104098 or 10394003. OLE color: 10394003.
HSL color Cylindrical-coordinate representation of color #93999E: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #93999E is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 153 | 158 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.38 |
| HSL | 207.27º | 0.05% | 0.6% | - |
| HSV(B) | 207.27º | 0.07% | 0.62% | - |
| XYZ | 29.6 | 31.45 | 36.86 | - |
| YUV | 151.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 158 | 0.07 | 0.03 | 0 | 0.38 | 207.27 | 0.05 | 0.6 |
| Hex | 93 | 99 | 9E | 7 | 3 | 0 | 26 | CF | 5 | 3C |
| Octal | 223 | 231 | 236 | 7 | 3 | 0 | 46 | 317 | 5 | 74 |
| Binary | 10010011 | 10011001 | 10011110 | 111 | 11 | 0 | 100110 | 11001111 | 101 | 111100 |
Color Harmonies of #93999E
Complementary color
Monochromatic Colors of #93999E
Black with #93999E
Text Example
Text Example
White with #93999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93999E; }
p { color: rgb(147,153,158); }
H1.HeaderClassName
{
color: #93999E;
}
.AnyTagClassName
{
color: #93999E;
}
</style>
background-color css
<style>
a { background-color: #93999E; }
a { background-color: rgb(147,153,158); }
div.DivClassName
{
background-color: #93999E;
}
.BgClassName
{
background-color: #93999E;
}
</style>
border-color css
<style>
span { border-color: #93999E; }
span { border-color: rgb(147,153,158); }
td.TdClassName
{
border-color: #93999E;
}
.TagClassName
{
border-color: #93999E;
}
</style>