Shades of Edward #919D96
Tints of Edward #919D96
RGB
CMYK
RGB Variations
Color information
#919D96 (or 0x919D96) is known color: Edward. HEX triplet: 91, 9D and 96. RGB value is (145,157,150). Sum of RGB (Red+Green+Blue) = 145+157+150=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 157 - color contains mainly: green. Hex color #919D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919D96 is #6E6269. Grayscale: #989898. Windows color (decimal): -7234154 or 9870737. OLE color: 9870737.
HSL color Cylindrical-coordinate representation of color #919D96: hue angle of 145º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #919D96 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 150 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.38 |
| HSL | 145º | 0.06% | 0.59% | - |
| HSV(B) | 145º | 0.08% | 0.62% | - |
| XYZ | 29.24 | 32.34 | 33.55 | - |
| YUV | 152.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 150 | 0.08 | 0 | 0.04 | 0.38 | 145 | 0.06 | 0.59 |
| Hex | 91 | 9D | 96 | 8 | 0 | 4 | 26 | 91 | 6 | 3B |
| Octal | 221 | 235 | 226 | 10 | 0 | 4 | 46 | 221 | 6 | 73 |
| Binary | 10010001 | 10011101 | 10010110 | 1000 | 0 | 100 | 100110 | 10010001 | 110 | 111011 |
Color Harmonies of #919D96
Complementary color
Monochromatic Colors of #919D96
Black with #919D96
Text Example
Text Example
White with #919D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D96; }
p { color: rgb(145,157,150); }
H1.HeaderClassName
{
color: #919D96;
}
.AnyTagClassName
{
color: #919D96;
}
</style>
background-color css
<style>
a { background-color: #919D96; }
a { background-color: rgb(145,157,150); }
div.DivClassName
{
background-color: #919D96;
}
.BgClassName
{
background-color: #919D96;
}
</style>
border-color css
<style>
span { border-color: #919D96; }
span { border-color: rgb(145,157,150); }
td.TdClassName
{
border-color: #919D96;
}
.TagClassName
{
border-color: #919D96;
}
</style>