Shades of Edward #98A99D
Tints of Edward #98A99D
RGB
CMYK
RGB Variations
Color information
#98A99D (or 0x98A99D) is known color: Edward. HEX triplet: 98, A9 and 9D. RGB value is (152,169,157). Sum of RGB (Red+Green+Blue) = 152+169+157=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 169 - color contains mainly: green. Hex color #98A99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A99D is #675662. Grayscale: #A2A2A2. Windows color (decimal): -6772323 or 10332568. OLE color: 10332568.
HSL color Cylindrical-coordinate representation of color #98A99D: hue angle of 137.65º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #98A99D is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 157 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.34 |
| HSL | 137.65º | 0.09% | 0.63% | - |
| HSV(B) | 137.65º | 0.1% | 0.66% | - |
| XYZ | 33.22 | 37.49 | 37.38 | - |
| YUV | 162.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 157 | 0.10 | 0 | 0.07 | 0.34 | 137.65 | 0.09 | 0.63 |
| Hex | 98 | A9 | 9D | A | 0 | 7 | 22 | 8A | 9 | 3F |
| Octal | 230 | 251 | 235 | 12 | 0 | 7 | 42 | 212 | 11 | 77 |
| Binary | 10011000 | 10101001 | 10011101 | 1010 | 0 | 111 | 100010 | 10001010 | 1001 | 111111 |
Color Harmonies of #98A99D
Complementary color
Monochromatic Colors of #98A99D
Black with #98A99D
Text Example
Text Example
White with #98A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A99D; }
p { color: rgb(152,169,157); }
H1.HeaderClassName
{
color: #98A99D;
}
.AnyTagClassName
{
color: #98A99D;
}
</style>
background-color css
<style>
a { background-color: #98A99D; }
a { background-color: rgb(152,169,157); }
div.DivClassName
{
background-color: #98A99D;
}
.BgClassName
{
background-color: #98A99D;
}
</style>
border-color css
<style>
span { border-color: #98A99D; }
span { border-color: rgb(152,169,157); }
td.TdClassName
{
border-color: #98A99D;
}
.TagClassName
{
border-color: #98A99D;
}
</style>