Shades of Edward #959E98
Tints of Edward #959E98
RGB
CMYK
RGB Variations
Color information
#959E98 (or 0x959E98) is known color: Edward. HEX triplet: 95, 9E and 98. RGB value is (149,158,152). Sum of RGB (Red+Green+Blue) = 149+158+152=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 158 - color contains mainly: green. Hex color #959E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E98 is #6A6167. Grayscale: #9A9A9A. Windows color (decimal): -6971752 or 10002069. OLE color: 10002069.
HSL color Cylindrical-coordinate representation of color #959E98: hue angle of 140º degrees, saturation: 0.04, 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 #959E98 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 152 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.38 |
| HSL | 140º | 0.04% | 0.6% | - |
| HSV(B) | 140º | 0.06% | 0.62% | - |
| XYZ | 30.29 | 33.11 | 34.5 | - |
| YUV | 154.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 152 | 0.06 | 0 | 0.04 | 0.38 | 140 | 0.04 | 0.6 |
| Hex | 95 | 9E | 98 | 6 | 0 | 4 | 26 | 8C | 4 | 3C |
| Octal | 225 | 236 | 230 | 6 | 0 | 4 | 46 | 214 | 4 | 74 |
| Binary | 10010101 | 10011110 | 10011000 | 110 | 0 | 100 | 100110 | 10001100 | 100 | 111100 |
Color Harmonies of #959E98
Complementary color
Monochromatic Colors of #959E98
Black with #959E98
Text Example
Text Example
White with #959E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E98; }
p { color: rgb(149,158,152); }
H1.HeaderClassName
{
color: #959E98;
}
.AnyTagClassName
{
color: #959E98;
}
</style>
background-color css
<style>
a { background-color: #959E98; }
a { background-color: rgb(149,158,152); }
div.DivClassName
{
background-color: #959E98;
}
.BgClassName
{
background-color: #959E98;
}
</style>
border-color css
<style>
span { border-color: #959E98; }
span { border-color: rgb(149,158,152); }
td.TdClassName
{
border-color: #959E98;
}
.TagClassName
{
border-color: #959E98;
}
</style>