Shades of Edward #949E98
Tints of Edward #949E98
RGB
CMYK
RGB Variations
Color information
#949E98 (or 0x949E98) is known color: Edward. HEX triplet: 94, 9E and 98. RGB value is (148,158,152). Sum of RGB (Red+Green+Blue) = 148+158+152=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 158 - color contains mainly: green. Hex color #949E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949E98 is #6B6167. Grayscale: #9A9A9A. Windows color (decimal): -7037288 or 10002068. OLE color: 10002068.
HSL color Cylindrical-coordinate representation of color #949E98: hue angle of 144º 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 #949E98 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 152 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.38 |
| HSL | 144º | 0.05% | 0.6% | - |
| HSV(B) | 144º | 0.06% | 0.62% | - |
| XYZ | 30.11 | 33.02 | 34.49 | - |
| YUV | 154.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 152 | 0.06 | 0 | 0.04 | 0.38 | 144 | 0.05 | 0.6 |
| Hex | 94 | 9E | 98 | 6 | 0 | 4 | 26 | 90 | 5 | 3C |
| Octal | 224 | 236 | 230 | 6 | 0 | 4 | 46 | 220 | 5 | 74 |
| Binary | 10010100 | 10011110 | 10011000 | 110 | 0 | 100 | 100110 | 10010000 | 101 | 111100 |
Color Harmonies of #949E98
Complementary color
Monochromatic Colors of #949E98
Black with #949E98
Text Example
Text Example
White with #949E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E98; }
p { color: rgb(148,158,152); }
H1.HeaderClassName
{
color: #949E98;
}
.AnyTagClassName
{
color: #949E98;
}
</style>
background-color css
<style>
a { background-color: #949E98; }
a { background-color: rgb(148,158,152); }
div.DivClassName
{
background-color: #949E98;
}
.BgClassName
{
background-color: #949E98;
}
</style>
border-color css
<style>
span { border-color: #949E98; }
span { border-color: rgb(148,158,152); }
td.TdClassName
{
border-color: #949E98;
}
.TagClassName
{
border-color: #949E98;
}
</style>