Shades of Edward #959C98
Tints of Edward #959C98
RGB
CMYK
RGB Variations
Color information
#959C98 (or 0x959C98) is known color: Edward. HEX triplet: 95, 9C and 98. RGB value is (149,156,152). Sum of RGB (Red+Green+Blue) = 149+156+152=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 156 - color contains mainly: green. Hex color #959C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C98 is #6A6367. Grayscale: #999999. Windows color (decimal): -6972264 or 10001557. OLE color: 10001557.
HSL color Cylindrical-coordinate representation of color #959C98: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #959C98 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 152 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.39 |
| HSL | 145.71º | 0.03% | 0.6% | - |
| HSV(B) | 145.71º | 0.04% | 0.61% | - |
| XYZ | 29.95 | 32.43 | 34.39 | - |
| YUV | 153.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 152 | 0.04 | 0 | 0.03 | 0.39 | 145.71 | 0.03 | 0.6 |
| Hex | 95 | 9C | 98 | 4 | 0 | 3 | 27 | 92 | 3 | 3C |
| Octal | 225 | 234 | 230 | 4 | 0 | 3 | 47 | 222 | 3 | 74 |
| Binary | 10010101 | 10011100 | 10011000 | 100 | 0 | 11 | 100111 | 10010010 | 11 | 111100 |
Color Harmonies of #959C98
Complementary color
Monochromatic Colors of #959C98
Black with #959C98
Text Example
Text Example
White with #959C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C98; }
p { color: rgb(149,156,152); }
H1.HeaderClassName
{
color: #959C98;
}
.AnyTagClassName
{
color: #959C98;
}
</style>
background-color css
<style>
a { background-color: #959C98; }
a { background-color: rgb(149,156,152); }
div.DivClassName
{
background-color: #959C98;
}
.BgClassName
{
background-color: #959C98;
}
</style>
border-color css
<style>
span { border-color: #959C98; }
span { border-color: rgb(149,156,152); }
td.TdClassName
{
border-color: #959C98;
}
.TagClassName
{
border-color: #959C98;
}
</style>