Shades of Edward #94A799
Tints of Edward #94A799
RGB
CMYK
RGB Variations
Color information
#94A799 (or 0x94A799) is known color: Edward. HEX triplet: 94, A7 and 99. RGB value is (148,167,153). Sum of RGB (Red+Green+Blue) = 148+167+153=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 167 - color contains mainly: green. Hex color #94A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A799 is #6B5866. Grayscale: #9F9F9F. Windows color (decimal): -7034983 or 10069908. OLE color: 10069908.
HSL color Cylindrical-coordinate representation of color #94A799: hue angle of 135.79º 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 #94A799 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 167 | 153 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.35 |
| HSL | 135.79º | 0.1% | 0.62% | - |
| HSV(B) | 135.79º | 0.11% | 0.65% | - |
| XYZ | 31.78 | 36.23 | 35.46 | - |
| YUV | 159.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 153 | 0.11 | 0 | 0.08 | 0.35 | 135.79 | 0.1 | 0.62 |
| Hex | 94 | A7 | 99 | B | 0 | 8 | 23 | 88 | A | 3E |
| Octal | 224 | 247 | 231 | 13 | 0 | 10 | 43 | 210 | 12 | 76 |
| Binary | 10010100 | 10100111 | 10011001 | 1011 | 0 | 1000 | 100011 | 10001000 | 1010 | 111110 |
Color Harmonies of #94A799
Complementary color
Monochromatic Colors of #94A799
Black with #94A799
Text Example
Text Example
White with #94A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A799; }
p { color: rgb(148,167,153); }
H1.HeaderClassName
{
color: #94A799;
}
.AnyTagClassName
{
color: #94A799;
}
</style>
background-color css
<style>
a { background-color: #94A799; }
a { background-color: rgb(148,167,153); }
div.DivClassName
{
background-color: #94A799;
}
.BgClassName
{
background-color: #94A799;
}
</style>
border-color css
<style>
span { border-color: #94A799; }
span { border-color: rgb(148,167,153); }
td.TdClassName
{
border-color: #94A799;
}
.TagClassName
{
border-color: #94A799;
}
</style>