Shades of Edward #8CA495
Tints of Edward #8CA495
RGB
CMYK
RGB Variations
Color information
#8CA495 (or 0x8CA495) is known color: Edward. HEX triplet: 8C, A4 and 95. RGB value is (140,164,149). Sum of RGB (Red+Green+Blue) = 140+164+149=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA495 is #735B6A. Grayscale: #9B9B9B. Windows color (decimal): -7560043 or 9806988. OLE color: 9806988.
HSL color Cylindrical-coordinate representation of color #8CA495: hue angle of 142.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8CA495 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 164 | 149 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.36 |
| HSL | 142.5º | 0.12% | 0.6% | - |
| HSV(B) | 142.5º | 0.15% | 0.64% | - |
| XYZ | 29.52 | 34.3 | 33.5 | - |
| YUV | 155.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 149 | 0.15 | 0 | 0.09 | 0.36 | 142.5 | 0.12 | 0.6 |
| Hex | 8C | A4 | 95 | F | 0 | 9 | 24 | 8E | C | 3C |
| Octal | 214 | 244 | 225 | 17 | 0 | 11 | 44 | 216 | 14 | 74 |
| Binary | 10001100 | 10100100 | 10010101 | 1111 | 0 | 1001 | 100100 | 10001110 | 1100 | 111100 |
Color Harmonies of #8CA495
Complementary color
Monochromatic Colors of #8CA495
Black with #8CA495
Text Example
Text Example
White with #8CA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA495; }
p { color: rgb(140,164,149); }
H1.HeaderClassName
{
color: #8CA495;
}
.AnyTagClassName
{
color: #8CA495;
}
</style>
background-color css
<style>
a { background-color: #8CA495; }
a { background-color: rgb(140,164,149); }
div.DivClassName
{
background-color: #8CA495;
}
.BgClassName
{
background-color: #8CA495;
}
</style>
border-color css
<style>
span { border-color: #8CA495; }
span { border-color: rgb(140,164,149); }
td.TdClassName
{
border-color: #8CA495;
}
.TagClassName
{
border-color: #8CA495;
}
</style>