Shades of Edward #919D95
Tints of Edward #919D95
RGB
CMYK
RGB Variations
Color information
#919D95 (or 0x919D95) is known color: Edward. HEX triplet: 91, 9D and 95. RGB value is (145,157,149). Sum of RGB (Red+Green+Blue) = 145+157+149=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 157 - color contains mainly: green. Hex color #919D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919D95 is #6E626A. Grayscale: #989898. Windows color (decimal): -7234155 or 9805201. OLE color: 9805201.
HSL color Cylindrical-coordinate representation of color #919D95: hue angle of 140º 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 #919D95 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 149 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.38 |
| HSL | 140º | 0.06% | 0.59% | - |
| HSV(B) | 140º | 0.08% | 0.62% | - |
| XYZ | 29.16 | 32.3 | 33.13 | - |
| YUV | 152.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 149 | 0.08 | 0 | 0.05 | 0.38 | 140 | 0.06 | 0.59 |
| Hex | 91 | 9D | 95 | 8 | 0 | 5 | 26 | 8C | 6 | 3B |
| Octal | 221 | 235 | 225 | 10 | 0 | 5 | 46 | 214 | 6 | 73 |
| Binary | 10010001 | 10011101 | 10010101 | 1000 | 0 | 101 | 100110 | 10001100 | 110 | 111011 |
Color Harmonies of #919D95
Complementary color
Monochromatic Colors of #919D95
Black with #919D95
Text Example
Text Example
White with #919D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D95; }
p { color: rgb(145,157,149); }
H1.HeaderClassName
{
color: #919D95;
}
.AnyTagClassName
{
color: #919D95;
}
</style>
background-color css
<style>
a { background-color: #919D95; }
a { background-color: rgb(145,157,149); }
div.DivClassName
{
background-color: #919D95;
}
.BgClassName
{
background-color: #919D95;
}
</style>
border-color css
<style>
span { border-color: #919D95; }
span { border-color: rgb(145,157,149); }
td.TdClassName
{
border-color: #919D95;
}
.TagClassName
{
border-color: #919D95;
}
</style>