Shades of Delta #8F9684
Tints of Delta #8F9684
RGB
CMYK
RGB Variations
Color information
#8F9684 (or 0x8F9684) is known color: Delta. HEX triplet: 8F, 96 and 84. RGB value is (143,150,132). Sum of RGB (Red+Green+Blue) = 143+150+132=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9684 is #70697B. Grayscale: #919191. Windows color (decimal): -7367036 or 8689295. OLE color: 8689295.
HSL color Cylindrical-coordinate representation of color #8F9684: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F9684 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 132 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.41 |
| HSL | 83.33º | 0.08% | 0.55% | - |
| HSV(B) | 83.33º | 0.12% | 0.59% | - |
| XYZ | 26.4 | 29.32 | 26.1 | - |
| YUV | 145.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 132 | 0.05 | 0 | 0.12 | 0.41 | 83.33 | 0.08 | 0.55 |
| Hex | 8F | 96 | 84 | 5 | 0 | C | 29 | 53 | 8 | 37 |
| Octal | 217 | 226 | 204 | 5 | 0 | 14 | 51 | 123 | 10 | 67 |
| Binary | 10001111 | 10010110 | 10000100 | 101 | 0 | 1100 | 101001 | 1010011 | 1000 | 110111 |
Color Harmonies of #8F9684
Complementary color
Monochromatic Colors of #8F9684
Black with #8F9684
Text Example
Text Example
White with #8F9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9684; }
p { color: rgb(143,150,132); }
H1.HeaderClassName
{
color: #8F9684;
}
.AnyTagClassName
{
color: #8F9684;
}
</style>
background-color css
<style>
a { background-color: #8F9684; }
a { background-color: rgb(143,150,132); }
div.DivClassName
{
background-color: #8F9684;
}
.BgClassName
{
background-color: #8F9684;
}
</style>
border-color css
<style>
span { border-color: #8F9684; }
span { border-color: rgb(143,150,132); }
td.TdClassName
{
border-color: #8F9684;
}
.TagClassName
{
border-color: #8F9684;
}
</style>