Shades of Edward #98A09B
Tints of Edward #98A09B
RGB
CMYK
RGB Variations
Color information
#98A09B (or 0x98A09B) is known color: Edward. HEX triplet: 98, A0 and 9B. RGB value is (152,160,155). Sum of RGB (Red+Green+Blue) = 152+160+155=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 160 - color contains mainly: green. Hex color #98A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A09B is #675F64. Grayscale: #9D9D9D. Windows color (decimal): -6774629 or 10199192. OLE color: 10199192.
HSL color Cylindrical-coordinate representation of color #98A09B: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #98A09B is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 155 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.37 |
| HSL | 142.5º | 0.04% | 0.61% | - |
| HSV(B) | 142.5º | 0.05% | 0.63% | - |
| XYZ | 31.44 | 34.18 | 35.95 | - |
| YUV | 157.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 155 | 0.05 | 0 | 0.03 | 0.37 | 142.5 | 0.04 | 0.61 |
| Hex | 98 | A0 | 9B | 5 | 0 | 3 | 25 | 8E | 4 | 3D |
| Octal | 230 | 240 | 233 | 5 | 0 | 3 | 45 | 216 | 4 | 75 |
| Binary | 10011000 | 10100000 | 10011011 | 101 | 0 | 11 | 100101 | 10001110 | 100 | 111101 |
Color Harmonies of #98A09B
Complementary color
Monochromatic Colors of #98A09B
Black with #98A09B
Text Example
Text Example
White with #98A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A09B; }
p { color: rgb(152,160,155); }
H1.HeaderClassName
{
color: #98A09B;
}
.AnyTagClassName
{
color: #98A09B;
}
</style>
background-color css
<style>
a { background-color: #98A09B; }
a { background-color: rgb(152,160,155); }
div.DivClassName
{
background-color: #98A09B;
}
.BgClassName
{
background-color: #98A09B;
}
</style>
border-color css
<style>
span { border-color: #98A09B; }
span { border-color: rgb(152,160,155); }
td.TdClassName
{
border-color: #98A09B;
}
.TagClassName
{
border-color: #98A09B;
}
</style>