Shades of Edward #949E97
Tints of Edward #949E97
RGB
CMYK
RGB Variations
Color information
#949E97 (or 0x949E97) is known color: Edward. HEX triplet: 94, 9E and 97. RGB value is (148,158,151). Sum of RGB (Red+Green+Blue) = 148+158+151=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 158 - color contains mainly: green. Hex color #949E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949E97 is #6B6168. Grayscale: #9A9A9A. Windows color (decimal): -7037289 or 9936532. OLE color: 9936532.
HSL color Cylindrical-coordinate representation of color #949E97: hue angle of 138º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #949E97 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 151 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.38 |
| HSL | 138º | 0.05% | 0.6% | - |
| HSV(B) | 138º | 0.06% | 0.62% | - |
| XYZ | 30.03 | 32.98 | 34.06 | - |
| YUV | 154.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 151 | 0.06 | 0 | 0.04 | 0.38 | 138 | 0.05 | 0.6 |
| Hex | 94 | 9E | 97 | 6 | 0 | 4 | 26 | 8A | 5 | 3C |
| Octal | 224 | 236 | 227 | 6 | 0 | 4 | 46 | 212 | 5 | 74 |
| Binary | 10010100 | 10011110 | 10010111 | 110 | 0 | 100 | 100110 | 10001010 | 101 | 111100 |
Color Harmonies of #949E97
Complementary color
Monochromatic Colors of #949E97
Black with #949E97
Text Example
Text Example
White with #949E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E97; }
p { color: rgb(148,158,151); }
H1.HeaderClassName
{
color: #949E97;
}
.AnyTagClassName
{
color: #949E97;
}
</style>
background-color css
<style>
a { background-color: #949E97; }
a { background-color: rgb(148,158,151); }
div.DivClassName
{
background-color: #949E97;
}
.BgClassName
{
background-color: #949E97;
}
</style>
border-color css
<style>
span { border-color: #949E97; }
span { border-color: rgb(148,158,151); }
td.TdClassName
{
border-color: #949E97;
}
.TagClassName
{
border-color: #949E97;
}
</style>