Shades of Edward #929E95
Tints of Edward #929E95
RGB
CMYK
RGB Variations
Color information
#929E95 (or 0x929E95) is known color: Edward. HEX triplet: 92, 9E and 95. RGB value is (146,158,149). Sum of RGB (Red+Green+Blue) = 146+158+149=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 158 - color contains mainly: green. Hex color #929E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929E95 is #6D616A. Grayscale: #999999. Windows color (decimal): -7168363 or 9805458. OLE color: 9805458.
HSL color Cylindrical-coordinate representation of color #929E95: hue angle of 135º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #929E95 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 158 | 149 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.38 |
| HSL | 135º | 0.06% | 0.6% | - |
| HSV(B) | 135º | 0.08% | 0.62% | - |
| XYZ | 29.51 | 32.73 | 33.2 | - |
| YUV | 153.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 149 | 0.08 | 0 | 0.06 | 0.38 | 135 | 0.06 | 0.6 |
| Hex | 92 | 9E | 95 | 8 | 0 | 6 | 26 | 87 | 6 | 3C |
| Octal | 222 | 236 | 225 | 10 | 0 | 6 | 46 | 207 | 6 | 74 |
| Binary | 10010010 | 10011110 | 10010101 | 1000 | 0 | 110 | 100110 | 10000111 | 110 | 111100 |
Color Harmonies of #929E95
Complementary color
Monochromatic Colors of #929E95
Black with #929E95
Text Example
Text Example
White with #929E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929E95; }
p { color: rgb(146,158,149); }
H1.HeaderClassName
{
color: #929E95;
}
.AnyTagClassName
{
color: #929E95;
}
</style>
background-color css
<style>
a { background-color: #929E95; }
a { background-color: rgb(146,158,149); }
div.DivClassName
{
background-color: #929E95;
}
.BgClassName
{
background-color: #929E95;
}
</style>
border-color css
<style>
span { border-color: #929E95; }
span { border-color: rgb(146,158,149); }
td.TdClassName
{
border-color: #929E95;
}
.TagClassName
{
border-color: #929E95;
}
</style>