Shades of Delta #8F9E83
Tints of Delta #8F9E83
RGB
CMYK
RGB Variations
Color information
#8F9E83 (or 0x8F9E83) is known color: Delta. HEX triplet: 8F, 9E and 83. RGB value is (143,158,131). Sum of RGB (Red+Green+Blue) = 143+158+131=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9E83 is #70617C. Grayscale: #969696. Windows color (decimal): -7364989 or 8625807. OLE color: 8625807.
HSL color Cylindrical-coordinate representation of color #8F9E83: hue angle of 93.33º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F9E83 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 158 | 131 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.38 |
| HSL | 93.33º | 0.12% | 0.57% | - |
| HSV(B) | 93.33º | 0.17% | 0.62% | - |
| XYZ | 27.65 | 31.93 | 26.18 | - |
| YUV | 150.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 131 | 0.09 | 0 | 0.17 | 0.38 | 93.33 | 0.12 | 0.57 |
| Hex | 8F | 9E | 83 | 9 | 0 | 11 | 26 | 5D | C | 39 |
| Octal | 217 | 236 | 203 | 11 | 0 | 21 | 46 | 135 | 14 | 71 |
| Binary | 10001111 | 10011110 | 10000011 | 1001 | 0 | 10001 | 100110 | 1011101 | 1100 | 111001 |
Color Harmonies of #8F9E83
Complementary color
Monochromatic Colors of #8F9E83
Black with #8F9E83
Text Example
Text Example
White with #8F9E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9E83; }
p { color: rgb(143,158,131); }
H1.HeaderClassName
{
color: #8F9E83;
}
.AnyTagClassName
{
color: #8F9E83;
}
</style>
background-color css
<style>
a { background-color: #8F9E83; }
a { background-color: rgb(143,158,131); }
div.DivClassName
{
background-color: #8F9E83;
}
.BgClassName
{
background-color: #8F9E83;
}
</style>
border-color css
<style>
span { border-color: #8F9E83; }
span { border-color: rgb(143,158,131); }
td.TdClassName
{
border-color: #8F9E83;
}
.TagClassName
{
border-color: #8F9E83;
}
</style>