Shades of Delta #8F9C84
Tints of Delta #8F9C84
RGB
CMYK
RGB Variations
Color information
#8F9C84 (or 0x8F9C84) is known color: Delta. HEX triplet: 8F, 9C and 84. RGB value is (143,156,132). Sum of RGB (Red+Green+Blue) = 143+156+132=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9C84 is #70637B. Grayscale: #959595. Windows color (decimal): -7365500 or 8690831. OLE color: 8690831.
HSL color Cylindrical-coordinate representation of color #8F9C84: hue angle of 92.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F9C84 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 132 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.39 |
| HSL | 92.5º | 0.11% | 0.56% | - |
| HSV(B) | 92.5º | 0.15% | 0.61% | - |
| XYZ | 27.38 | 31.28 | 26.42 | - |
| YUV | 149.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 132 | 0.08 | 0 | 0.15 | 0.39 | 92.5 | 0.11 | 0.56 |
| Hex | 8F | 9C | 84 | 8 | 0 | F | 27 | 5C | B | 38 |
| Octal | 217 | 234 | 204 | 10 | 0 | 17 | 47 | 134 | 13 | 70 |
| Binary | 10001111 | 10011100 | 10000100 | 1000 | 0 | 1111 | 100111 | 1011100 | 1011 | 111000 |
Color Harmonies of #8F9C84
Complementary color
Monochromatic Colors of #8F9C84
Black with #8F9C84
Text Example
Text Example
White with #8F9C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C84; }
p { color: rgb(143,156,132); }
H1.HeaderClassName
{
color: #8F9C84;
}
.AnyTagClassName
{
color: #8F9C84;
}
</style>
background-color css
<style>
a { background-color: #8F9C84; }
a { background-color: rgb(143,156,132); }
div.DivClassName
{
background-color: #8F9C84;
}
.BgClassName
{
background-color: #8F9C84;
}
</style>
border-color css
<style>
span { border-color: #8F9C84; }
span { border-color: rgb(143,156,132); }
td.TdClassName
{
border-color: #8F9C84;
}
.TagClassName
{
border-color: #8F9C84;
}
</style>