Shades of Delta #8F9F81
Tints of Delta #8F9F81
RGB
CMYK
RGB Variations
Color information
#8F9F81 (or 0x8F9F81) is known color: Delta. HEX triplet: 8F, 9F and 81. RGB value is (143,159,129). Sum of RGB (Red+Green+Blue) = 143+159+129=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9F81 is #70607E. Grayscale: #969696. Windows color (decimal): -7364735 or 8494991. OLE color: 8494991.
HSL color Cylindrical-coordinate representation of color #8F9F81: hue angle of 92º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F9F81 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 129 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.38 |
| HSL | 92º | 0.14% | 0.56% | - |
| HSV(B) | 92º | 0.19% | 0.62% | - |
| XYZ | 27.69 | 32.22 | 25.53 | - |
| YUV | 150.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 129 | 0.10 | 0 | 0.19 | 0.38 | 92 | 0.14 | 0.56 |
| Hex | 8F | 9F | 81 | A | 0 | 13 | 26 | 5C | E | 38 |
| Octal | 217 | 237 | 201 | 12 | 0 | 23 | 46 | 134 | 16 | 70 |
| Binary | 10001111 | 10011111 | 10000001 | 1010 | 0 | 10011 | 100110 | 1011100 | 1110 | 111000 |
Color Harmonies of #8F9F81
Complementary color
Monochromatic Colors of #8F9F81
Black with #8F9F81
Text Example
Text Example
White with #8F9F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F81; }
p { color: rgb(143,159,129); }
H1.HeaderClassName
{
color: #8F9F81;
}
.AnyTagClassName
{
color: #8F9F81;
}
</style>
background-color css
<style>
a { background-color: #8F9F81; }
a { background-color: rgb(143,159,129); }
div.DivClassName
{
background-color: #8F9F81;
}
.BgClassName
{
background-color: #8F9F81;
}
</style>
border-color css
<style>
span { border-color: #8F9F81; }
span { border-color: rgb(143,159,129); }
td.TdClassName
{
border-color: #8F9F81;
}
.TagClassName
{
border-color: #8F9F81;
}
</style>