Shades of Edward #939F98
Tints of Edward #939F98
RGB
CMYK
RGB Variations
Color information
#939F98 (or 0x939F98) is known color: Edward. HEX triplet: 93, 9F and 98. RGB value is (147,159,152). Sum of RGB (Red+Green+Blue) = 147+159+152=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 159 - color contains mainly: green. Hex color #939F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F98 is #6C6067. Grayscale: #9A9A9A. Windows color (decimal): -7102568 or 10002323. OLE color: 10002323.
HSL color Cylindrical-coordinate representation of color #939F98: hue angle of 145º 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 #939F98 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 152 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.38 |
| HSL | 145º | 0.06% | 0.6% | - |
| HSV(B) | 145º | 0.08% | 0.62% | - |
| XYZ | 30.1 | 33.27 | 34.54 | - |
| YUV | 154.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 152 | 0.08 | 0 | 0.04 | 0.38 | 145 | 0.06 | 0.6 |
| Hex | 93 | 9F | 98 | 8 | 0 | 4 | 26 | 91 | 6 | 3C |
| Octal | 223 | 237 | 230 | 10 | 0 | 4 | 46 | 221 | 6 | 74 |
| Binary | 10010011 | 10011111 | 10011000 | 1000 | 0 | 100 | 100110 | 10010001 | 110 | 111100 |
Color Harmonies of #939F98
Complementary color
Monochromatic Colors of #939F98
Black with #939F98
Text Example
Text Example
White with #939F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F98; }
p { color: rgb(147,159,152); }
H1.HeaderClassName
{
color: #939F98;
}
.AnyTagClassName
{
color: #939F98;
}
</style>
background-color css
<style>
a { background-color: #939F98; }
a { background-color: rgb(147,159,152); }
div.DivClassName
{
background-color: #939F98;
}
.BgClassName
{
background-color: #939F98;
}
</style>
border-color css
<style>
span { border-color: #939F98; }
span { border-color: rgb(147,159,152); }
td.TdClassName
{
border-color: #939F98;
}
.TagClassName
{
border-color: #939F98;
}
</style>