Shades of Edward #919D94
Tints of Edward #919D94
RGB
CMYK
RGB Variations
Color information
#919D94 (or 0x919D94) is known color: Edward. HEX triplet: 91, 9D and 94. RGB value is (145,157,148). Sum of RGB (Red+Green+Blue) = 145+157+148=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 157 - color contains mainly: green. Hex color #919D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919D94 is #6E626B. Grayscale: #989898. Windows color (decimal): -7234156 or 9739665. OLE color: 9739665.
HSL color Cylindrical-coordinate representation of color #919D94: hue angle of 135º 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 #919D94 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 148 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.38 |
| HSL | 135º | 0.06% | 0.59% | - |
| HSV(B) | 135º | 0.08% | 0.62% | - |
| XYZ | 29.08 | 32.27 | 32.71 | - |
| YUV | 152.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 148 | 0.08 | 0 | 0.06 | 0.38 | 135 | 0.06 | 0.59 |
| Hex | 91 | 9D | 94 | 8 | 0 | 6 | 26 | 87 | 6 | 3B |
| Octal | 221 | 235 | 224 | 10 | 0 | 6 | 46 | 207 | 6 | 73 |
| Binary | 10010001 | 10011101 | 10010100 | 1000 | 0 | 110 | 100110 | 10000111 | 110 | 111011 |
Color Harmonies of #919D94
Complementary color
Monochromatic Colors of #919D94
Black with #919D94
Text Example
Text Example
White with #919D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D94; }
p { color: rgb(145,157,148); }
H1.HeaderClassName
{
color: #919D94;
}
.AnyTagClassName
{
color: #919D94;
}
</style>
background-color css
<style>
a { background-color: #919D94; }
a { background-color: rgb(145,157,148); }
div.DivClassName
{
background-color: #919D94;
}
.BgClassName
{
background-color: #919D94;
}
</style>
border-color css
<style>
span { border-color: #919D94; }
span { border-color: rgb(145,157,148); }
td.TdClassName
{
border-color: #919D94;
}
.TagClassName
{
border-color: #919D94;
}
</style>