Shades of Edward #94A99C
Tints of Edward #94A99C
RGB
CMYK
RGB Variations
Color information
#94A99C (or 0x94A99C) is known color: Edward. HEX triplet: 94, A9 and 9C. RGB value is (148,169,156). Sum of RGB (Red+Green+Blue) = 148+169+156=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #94A99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A99C is #6B5663. Grayscale: #A1A1A1. Windows color (decimal): -7034468 or 10267028. OLE color: 10267028.
HSL color Cylindrical-coordinate representation of color #94A99C: hue angle of 142.86º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94A99C is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 169 | 156 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.34 |
| HSL | 142.86º | 0.11% | 0.62% | - |
| HSV(B) | 142.86º | 0.12% | 0.66% | - |
| XYZ | 32.4 | 37.07 | 36.9 | - |
| YUV | 161.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 156 | 0.12 | 0 | 0.08 | 0.34 | 142.86 | 0.11 | 0.62 |
| Hex | 94 | A9 | 9C | C | 0 | 8 | 22 | 8F | B | 3E |
| Octal | 224 | 251 | 234 | 14 | 0 | 10 | 42 | 217 | 13 | 76 |
| Binary | 10010100 | 10101001 | 10011100 | 1100 | 0 | 1000 | 100010 | 10001111 | 1011 | 111110 |
Color Harmonies of #94A99C
Complementary color
Monochromatic Colors of #94A99C
Black with #94A99C
Text Example
Text Example
White with #94A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A99C; }
p { color: rgb(148,169,156); }
H1.HeaderClassName
{
color: #94A99C;
}
.AnyTagClassName
{
color: #94A99C;
}
</style>
background-color css
<style>
a { background-color: #94A99C; }
a { background-color: rgb(148,169,156); }
div.DivClassName
{
background-color: #94A99C;
}
.BgClassName
{
background-color: #94A99C;
}
</style>
border-color css
<style>
span { border-color: #94A99C; }
span { border-color: rgb(148,169,156); }
td.TdClassName
{
border-color: #94A99C;
}
.TagClassName
{
border-color: #94A99C;
}
</style>