Shades of Edward #8FA698
Tints of Edward #8FA698
RGB
CMYK
RGB Variations
Color information
#8FA698 (or 0x8FA698) is known color: Edward. HEX triplet: 8F, A6 and 98. RGB value is (143,166,152). Sum of RGB (Red+Green+Blue) = 143+166+152=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA698 is #705967. Grayscale: #9D9D9D. Windows color (decimal): -7362920 or 10004111. OLE color: 10004111.
HSL color Cylindrical-coordinate representation of color #8FA698: hue angle of 143.48º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA698 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 152 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.35 |
| HSL | 143.48º | 0.11% | 0.61% | - |
| HSV(B) | 143.48º | 0.14% | 0.65% | - |
| XYZ | 30.63 | 35.38 | 34.92 | - |
| YUV | 157.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 152 | 0.14 | 0 | 0.08 | 0.35 | 143.48 | 0.11 | 0.61 |
| Hex | 8F | A6 | 98 | E | 0 | 8 | 23 | 8F | B | 3D |
| Octal | 217 | 246 | 230 | 16 | 0 | 10 | 43 | 217 | 13 | 75 |
| Binary | 10001111 | 10100110 | 10011000 | 1110 | 0 | 1000 | 100011 | 10001111 | 1011 | 111101 |
Color Harmonies of #8FA698
Complementary color
Monochromatic Colors of #8FA698
Black with #8FA698
Text Example
Text Example
White with #8FA698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA698; }
p { color: rgb(143,166,152); }
H1.HeaderClassName
{
color: #8FA698;
}
.AnyTagClassName
{
color: #8FA698;
}
</style>
background-color css
<style>
a { background-color: #8FA698; }
a { background-color: rgb(143,166,152); }
div.DivClassName
{
background-color: #8FA698;
}
.BgClassName
{
background-color: #8FA698;
}
</style>
border-color css
<style>
span { border-color: #8FA698; }
span { border-color: rgb(143,166,152); }
td.TdClassName
{
border-color: #8FA698;
}
.TagClassName
{
border-color: #8FA698;
}
</style>