Shades of Delta #8F9C80
Tints of Delta #8F9C80
RGB
CMYK
RGB Variations
Color information
#8F9C80 (or 0x8F9C80) is known color: Delta. HEX triplet: 8F, 9C and 80. RGB value is (143,156,128). Sum of RGB (Red+Green+Blue) = 143+156+128=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9C80 is #70637F. Grayscale: #959595. Windows color (decimal): -7365504 or 8428687. OLE color: 8428687.
HSL color Cylindrical-coordinate representation of color #8F9C80: hue angle of 87.86º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F9C80 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 128 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.39 |
| HSL | 87.86º | 0.12% | 0.56% | - |
| HSV(B) | 87.86º | 0.18% | 0.61% | - |
| XYZ | 27.11 | 31.18 | 25.01 | - |
| YUV | 148.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 128 | 0.08 | 0 | 0.18 | 0.39 | 87.86 | 0.12 | 0.56 |
| Hex | 8F | 9C | 80 | 8 | 0 | 12 | 27 | 58 | C | 38 |
| Octal | 217 | 234 | 200 | 10 | 0 | 22 | 47 | 130 | 14 | 70 |
| Binary | 10001111 | 10011100 | 10000000 | 1000 | 0 | 10010 | 100111 | 1011000 | 1100 | 111000 |
Color Harmonies of #8F9C80
Complementary color
Monochromatic Colors of #8F9C80
Black with #8F9C80
Text Example
Text Example
White with #8F9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C80; }
p { color: rgb(143,156,128); }
H1.HeaderClassName
{
color: #8F9C80;
}
.AnyTagClassName
{
color: #8F9C80;
}
</style>
background-color css
<style>
a { background-color: #8F9C80; }
a { background-color: rgb(143,156,128); }
div.DivClassName
{
background-color: #8F9C80;
}
.BgClassName
{
background-color: #8F9C80;
}
</style>
border-color css
<style>
span { border-color: #8F9C80; }
span { border-color: rgb(143,156,128); }
td.TdClassName
{
border-color: #8F9C80;
}
.TagClassName
{
border-color: #8F9C80;
}
</style>