Shades of Delta #8F9D83
Tints of Delta #8F9D83
RGB
CMYK
RGB Variations
Color information
#8F9D83 (or 0x8F9D83) is known color: Delta. HEX triplet: 8F, 9D and 83. RGB value is (143,157,131). Sum of RGB (Red+Green+Blue) = 143+157+131=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9D83 is #70627C. Grayscale: #959595. Windows color (decimal): -7365245 or 8625551. OLE color: 8625551.
HSL color Cylindrical-coordinate representation of color #8F9D83: hue angle of 92.31º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F9D83 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 131 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.38 |
| HSL | 92.31º | 0.12% | 0.56% | - |
| HSV(B) | 92.31º | 0.17% | 0.62% | - |
| XYZ | 27.48 | 31.59 | 26.12 | - |
| YUV | 149.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 131 | 0.09 | 0 | 0.17 | 0.38 | 92.31 | 0.12 | 0.56 |
| Hex | 8F | 9D | 83 | 9 | 0 | 11 | 26 | 5C | C | 38 |
| Octal | 217 | 235 | 203 | 11 | 0 | 21 | 46 | 134 | 14 | 70 |
| Binary | 10001111 | 10011101 | 10000011 | 1001 | 0 | 10001 | 100110 | 1011100 | 1100 | 111000 |
Color Harmonies of #8F9D83
Complementary color
Monochromatic Colors of #8F9D83
Black with #8F9D83
Text Example
Text Example
White with #8F9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D83; }
p { color: rgb(143,157,131); }
H1.HeaderClassName
{
color: #8F9D83;
}
.AnyTagClassName
{
color: #8F9D83;
}
</style>
background-color css
<style>
a { background-color: #8F9D83; }
a { background-color: rgb(143,157,131); }
div.DivClassName
{
background-color: #8F9D83;
}
.BgClassName
{
background-color: #8F9D83;
}
</style>
border-color css
<style>
span { border-color: #8F9D83; }
span { border-color: rgb(143,157,131); }
td.TdClassName
{
border-color: #8F9D83;
}
.TagClassName
{
border-color: #8F9D83;
}
</style>