Shades of Delta #8F9C81
Tints of Delta #8F9C81
RGB
CMYK
RGB Variations
Color information
#8F9C81 (or 0x8F9C81) is known color: Delta. HEX triplet: 8F, 9C and 81. RGB value is (143,156,129). Sum of RGB (Red+Green+Blue) = 143+156+129=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9C81 is #70637E. Grayscale: #959595. Windows color (decimal): -7365503 or 8494223. OLE color: 8494223.
HSL color Cylindrical-coordinate representation of color #8F9C81: hue angle of 88.89º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F9C81 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 129 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.39 |
| HSL | 88.89º | 0.12% | 0.56% | - |
| HSV(B) | 88.89º | 0.17% | 0.61% | - |
| XYZ | 27.18 | 31.2 | 25.36 | - |
| YUV | 149.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 129 | 0.08 | 0 | 0.17 | 0.39 | 88.89 | 0.12 | 0.56 |
| Hex | 8F | 9C | 81 | 8 | 0 | 11 | 27 | 59 | C | 38 |
| Octal | 217 | 234 | 201 | 10 | 0 | 21 | 47 | 131 | 14 | 70 |
| Binary | 10001111 | 10011100 | 10000001 | 1000 | 0 | 10001 | 100111 | 1011001 | 1100 | 111000 |
Color Harmonies of #8F9C81
Complementary color
Monochromatic Colors of #8F9C81
Black with #8F9C81
Text Example
Text Example
White with #8F9C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C81; }
p { color: rgb(143,156,129); }
H1.HeaderClassName
{
color: #8F9C81;
}
.AnyTagClassName
{
color: #8F9C81;
}
</style>
background-color css
<style>
a { background-color: #8F9C81; }
a { background-color: rgb(143,156,129); }
div.DivClassName
{
background-color: #8F9C81;
}
.BgClassName
{
background-color: #8F9C81;
}
</style>
border-color css
<style>
span { border-color: #8F9C81; }
span { border-color: rgb(143,156,129); }
td.TdClassName
{
border-color: #8F9C81;
}
.TagClassName
{
border-color: #8F9C81;
}
</style>