Shades of Edward #94A797
Tints of Edward #94A797
RGB
CMYK
RGB Variations
Color information
#94A797 (or 0x94A797) is known color: Edward. HEX triplet: 94, A7 and 97. RGB value is (148,167,151). Sum of RGB (Red+Green+Blue) = 148+167+151=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 167 - color contains mainly: green. Hex color #94A797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A797 is #6B5868. Grayscale: #9F9F9F. Windows color (decimal): -7034985 or 9938836. OLE color: 9938836.
HSL color Cylindrical-coordinate representation of color #94A797: hue angle of 129.47º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A797 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 167 | 151 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.35 |
| HSL | 129.47º | 0.1% | 0.62% | - |
| HSV(B) | 129.47º | 0.11% | 0.65% | - |
| XYZ | 31.62 | 36.17 | 34.59 | - |
| YUV | 159.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 151 | 0.11 | 0 | 0.10 | 0.35 | 129.47 | 0.1 | 0.62 |
| Hex | 94 | A7 | 97 | B | 0 | A | 23 | 81 | A | 3E |
| Octal | 224 | 247 | 227 | 13 | 0 | 12 | 43 | 201 | 12 | 76 |
| Binary | 10010100 | 10100111 | 10010111 | 1011 | 0 | 1010 | 100011 | 10000001 | 1010 | 111110 |
Color Harmonies of #94A797
Complementary color
Monochromatic Colors of #94A797
Black with #94A797
Text Example
Text Example
White with #94A797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A797; }
p { color: rgb(148,167,151); }
H1.HeaderClassName
{
color: #94A797;
}
.AnyTagClassName
{
color: #94A797;
}
</style>
background-color css
<style>
a { background-color: #94A797; }
a { background-color: rgb(148,167,151); }
div.DivClassName
{
background-color: #94A797;
}
.BgClassName
{
background-color: #94A797;
}
</style>
border-color css
<style>
span { border-color: #94A797; }
span { border-color: rgb(148,167,151); }
td.TdClassName
{
border-color: #94A797;
}
.TagClassName
{
border-color: #94A797;
}
</style>