Shades of Edward #94A49B
Tints of Edward #94A49B
RGB
CMYK
RGB Variations
Color information
#94A49B (or 0x94A49B) is known color: Edward. HEX triplet: 94, A4 and 9B. RGB value is (148,164,155). Sum of RGB (Red+Green+Blue) = 148+164+155=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #94A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A49B is #6B5B64. Grayscale: #9E9E9E. Windows color (decimal): -7035749 or 10200212. OLE color: 10200212.
HSL color Cylindrical-coordinate representation of color #94A49B: hue angle of 146.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A49B is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 155 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.36 |
| HSL | 146.25º | 0.08% | 0.61% | - |
| HSV(B) | 146.25º | 0.1% | 0.64% | - |
| XYZ | 31.4 | 35.21 | 36.15 | - |
| YUV | 158.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 155 | 0.10 | 0 | 0.05 | 0.36 | 146.25 | 0.08 | 0.61 |
| Hex | 94 | A4 | 9B | A | 0 | 5 | 24 | 92 | 8 | 3D |
| Octal | 224 | 244 | 233 | 12 | 0 | 5 | 44 | 222 | 10 | 75 |
| Binary | 10010100 | 10100100 | 10011011 | 1010 | 0 | 101 | 100100 | 10010010 | 1000 | 111101 |
Color Harmonies of #94A49B
Complementary color
Monochromatic Colors of #94A49B
Black with #94A49B
Text Example
Text Example
White with #94A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A49B; }
p { color: rgb(148,164,155); }
H1.HeaderClassName
{
color: #94A49B;
}
.AnyTagClassName
{
color: #94A49B;
}
</style>
background-color css
<style>
a { background-color: #94A49B; }
a { background-color: rgb(148,164,155); }
div.DivClassName
{
background-color: #94A49B;
}
.BgClassName
{
background-color: #94A49B;
}
</style>
border-color css
<style>
span { border-color: #94A49B; }
span { border-color: rgb(148,164,155); }
td.TdClassName
{
border-color: #94A49B;
}
.TagClassName
{
border-color: #94A49B;
}
</style>