Shades of Edward #94A798
Tints of Edward #94A798
RGB
CMYK
RGB Variations
Color information
#94A798 (or 0x94A798) is known color: Edward. HEX triplet: 94, A7 and 98. RGB value is (148,167,152). Sum of RGB (Red+Green+Blue) = 148+167+152=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #94A798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A798 is #6B5867. Grayscale: #9F9F9F. Windows color (decimal): -7034984 or 10004372. OLE color: 10004372.
HSL color Cylindrical-coordinate representation of color #94A798: hue angle of 132.63º 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 #94A798 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 167 | 152 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.35 |
| HSL | 132.63º | 0.1% | 0.62% | - |
| HSV(B) | 132.63º | 0.11% | 0.65% | - |
| XYZ | 31.7 | 36.2 | 35.02 | - |
| YUV | 159.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 152 | 0.11 | 0 | 0.09 | 0.35 | 132.63 | 0.1 | 0.62 |
| Hex | 94 | A7 | 98 | B | 0 | 9 | 23 | 85 | A | 3E |
| Octal | 224 | 247 | 230 | 13 | 0 | 11 | 43 | 205 | 12 | 76 |
| Binary | 10010100 | 10100111 | 10011000 | 1011 | 0 | 1001 | 100011 | 10000101 | 1010 | 111110 |
Color Harmonies of #94A798
Complementary color
Monochromatic Colors of #94A798
Black with #94A798
Text Example
Text Example
White with #94A798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A798; }
p { color: rgb(148,167,152); }
H1.HeaderClassName
{
color: #94A798;
}
.AnyTagClassName
{
color: #94A798;
}
</style>
background-color css
<style>
a { background-color: #94A798; }
a { background-color: rgb(148,167,152); }
div.DivClassName
{
background-color: #94A798;
}
.BgClassName
{
background-color: #94A798;
}
</style>
border-color css
<style>
span { border-color: #94A798; }
span { border-color: rgb(148,167,152); }
td.TdClassName
{
border-color: #94A798;
}
.TagClassName
{
border-color: #94A798;
}
</style>