Shades of Edward #94A99B
Tints of Edward #94A99B
RGB
CMYK
RGB Variations
Color information
#94A99B (or 0x94A99B) is known color: Edward. HEX triplet: 94, A9 and 9B. RGB value is (148,169,155). Sum of RGB (Red+Green+Blue) = 148+169+155=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #94A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A99B is #6B5664. Grayscale: #A1A1A1. Windows color (decimal): -7034469 or 10201492. OLE color: 10201492.
HSL color Cylindrical-coordinate representation of color #94A99B: hue angle of 140º 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 #94A99B is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 169 | 155 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.34 |
| HSL | 140º | 0.11% | 0.62% | - |
| HSV(B) | 140º | 0.12% | 0.66% | - |
| XYZ | 32.32 | 37.04 | 36.46 | - |
| YUV | 161.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 155 | 0.12 | 0 | 0.08 | 0.34 | 140 | 0.11 | 0.62 |
| Hex | 94 | A9 | 9B | C | 0 | 8 | 22 | 8C | B | 3E |
| Octal | 224 | 251 | 233 | 14 | 0 | 10 | 42 | 214 | 13 | 76 |
| Binary | 10010100 | 10101001 | 10011011 | 1100 | 0 | 1000 | 100010 | 10001100 | 1011 | 111110 |
Color Harmonies of #94A99B
Complementary color
Monochromatic Colors of #94A99B
Black with #94A99B
Text Example
Text Example
White with #94A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A99B; }
p { color: rgb(148,169,155); }
H1.HeaderClassName
{
color: #94A99B;
}
.AnyTagClassName
{
color: #94A99B;
}
</style>
background-color css
<style>
a { background-color: #94A99B; }
a { background-color: rgb(148,169,155); }
div.DivClassName
{
background-color: #94A99B;
}
.BgClassName
{
background-color: #94A99B;
}
</style>
border-color css
<style>
span { border-color: #94A99B; }
span { border-color: rgb(148,169,155); }
td.TdClassName
{
border-color: #94A99B;
}
.TagClassName
{
border-color: #94A99B;
}
</style>