Shades of Edward #93A799
Tints of Edward #93A799
RGB
CMYK
RGB Variations
Color information
#93A799 (or 0x93A799) is known color: Edward. HEX triplet: 93, A7 and 99. RGB value is (147,167,153). Sum of RGB (Red+Green+Blue) = 147+167+153=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #93A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A799 is #6C5866. Grayscale: #9F9F9F. Windows color (decimal): -7100519 or 10069907. OLE color: 10069907.
HSL color Cylindrical-coordinate representation of color #93A799: hue angle of 138º 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 #93A799 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 167 | 153 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.35 |
| HSL | 138º | 0.1% | 0.62% | - |
| HSV(B) | 138º | 0.12% | 0.65% | - |
| XYZ | 31.6 | 36.14 | 35.45 | - |
| YUV | 159.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 153 | 0.12 | 0 | 0.08 | 0.35 | 138 | 0.1 | 0.62 |
| Hex | 93 | A7 | 99 | C | 0 | 8 | 23 | 8A | A | 3E |
| Octal | 223 | 247 | 231 | 14 | 0 | 10 | 43 | 212 | 12 | 76 |
| Binary | 10010011 | 10100111 | 10011001 | 1100 | 0 | 1000 | 100011 | 10001010 | 1010 | 111110 |
Color Harmonies of #93A799
Complementary color
Monochromatic Colors of #93A799
Black with #93A799
Text Example
Text Example
White with #93A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A799; }
p { color: rgb(147,167,153); }
H1.HeaderClassName
{
color: #93A799;
}
.AnyTagClassName
{
color: #93A799;
}
</style>
background-color css
<style>
a { background-color: #93A799; }
a { background-color: rgb(147,167,153); }
div.DivClassName
{
background-color: #93A799;
}
.BgClassName
{
background-color: #93A799;
}
</style>
border-color css
<style>
span { border-color: #93A799; }
span { border-color: rgb(147,167,153); }
td.TdClassName
{
border-color: #93A799;
}
.TagClassName
{
border-color: #93A799;
}
</style>