Shades of Edward #919A94
Tints of Edward #919A94
RGB
CMYK
RGB Variations
Color information
#919A94 (or 0x919A94) is known color: Edward. HEX triplet: 91, 9A and 94. RGB value is (145,154,148). Sum of RGB (Red+Green+Blue) = 145+154+148=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 154 - color contains mainly: green. Hex color #919A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919A94 is #6E656B. Grayscale: #969696. Windows color (decimal): -7234924 or 9738897. OLE color: 9738897.
HSL color Cylindrical-coordinate representation of color #919A94: hue angle of 140º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #919A94 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 148 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.40 |
| HSL | 140º | 0.04% | 0.59% | - |
| HSV(B) | 140º | 0.06% | 0.6% | - |
| XYZ | 28.58 | 31.27 | 32.55 | - |
| YUV | 150.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 148 | 0.06 | 0 | 0.04 | 0.40 | 140 | 0.04 | 0.59 |
| Hex | 91 | 9A | 94 | 6 | 0 | 4 | 28 | 8C | 4 | 3B |
| Octal | 221 | 232 | 224 | 6 | 0 | 4 | 50 | 214 | 4 | 73 |
| Binary | 10010001 | 10011010 | 10010100 | 110 | 0 | 100 | 101000 | 10001100 | 100 | 111011 |
Color Harmonies of #919A94
Complementary color
Monochromatic Colors of #919A94
Black with #919A94
Text Example
Text Example
White with #919A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A94; }
p { color: rgb(145,154,148); }
H1.HeaderClassName
{
color: #919A94;
}
.AnyTagClassName
{
color: #919A94;
}
</style>
background-color css
<style>
a { background-color: #919A94; }
a { background-color: rgb(145,154,148); }
div.DivClassName
{
background-color: #919A94;
}
.BgClassName
{
background-color: #919A94;
}
</style>
border-color css
<style>
span { border-color: #919A94; }
span { border-color: rgb(145,154,148); }
td.TdClassName
{
border-color: #919A94;
}
.TagClassName
{
border-color: #919A94;
}
</style>