Shades of Edward #93A797
Tints of Edward #93A797
RGB
CMYK
RGB Variations
Color information
#93A797 (or 0x93A797) is known color: Edward. HEX triplet: 93, A7 and 97. RGB value is (147,167,151). Sum of RGB (Red+Green+Blue) = 147+167+151=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 167 - color contains mainly: green. Hex color #93A797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A797 is #6C5868. Grayscale: #9F9F9F. Windows color (decimal): -7100521 or 9938835. OLE color: 9938835.
HSL color Cylindrical-coordinate representation of color #93A797: hue angle of 132º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93A797 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 167 | 151 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.35 |
| HSL | 132º | 0.1% | 0.62% | - |
| HSV(B) | 132º | 0.12% | 0.65% | - |
| XYZ | 31.44 | 36.07 | 34.58 | - |
| YUV | 159.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 151 | 0.12 | 0 | 0.10 | 0.35 | 132 | 0.1 | 0.62 |
| Hex | 93 | A7 | 97 | C | 0 | A | 23 | 84 | A | 3E |
| Octal | 223 | 247 | 227 | 14 | 0 | 12 | 43 | 204 | 12 | 76 |
| Binary | 10010011 | 10100111 | 10010111 | 1100 | 0 | 1010 | 100011 | 10000100 | 1010 | 111110 |
Color Harmonies of #93A797
Complementary color
Monochromatic Colors of #93A797
Black with #93A797
Text Example
Text Example
White with #93A797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A797; }
p { color: rgb(147,167,151); }
H1.HeaderClassName
{
color: #93A797;
}
.AnyTagClassName
{
color: #93A797;
}
</style>
background-color css
<style>
a { background-color: #93A797; }
a { background-color: rgb(147,167,151); }
div.DivClassName
{
background-color: #93A797;
}
.BgClassName
{
background-color: #93A797;
}
</style>
border-color css
<style>
span { border-color: #93A797; }
span { border-color: rgb(147,167,151); }
td.TdClassName
{
border-color: #93A797;
}
.TagClassName
{
border-color: #93A797;
}
</style>