Shades of Delta #8F9389
Tints of Delta #8F9389
RGB
CMYK
RGB Variations
Color information
#8F9389 (or 0x8F9389) is known color: Delta. HEX triplet: 8F, 93 and 89. RGB value is (143,147,137). Sum of RGB (Red+Green+Blue) = 143+147+137=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9389 is #706C76. Grayscale: #909090. Windows color (decimal): -7367799 or 9016207. OLE color: 9016207.
HSL color Cylindrical-coordinate representation of color #8F9389: hue angle of 84º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F9389 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 137 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.42 |
| HSL | 84º | 0.04% | 0.56% | - |
| HSV(B) | 84º | 0.07% | 0.58% | - |
| XYZ | 26.28 | 28.51 | 27.79 | - |
| YUV | 144.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 137 | 0.03 | 0 | 0.07 | 0.42 | 84 | 0.04 | 0.56 |
| Hex | 8F | 93 | 89 | 3 | 0 | 7 | 2A | 54 | 4 | 38 |
| Octal | 217 | 223 | 211 | 3 | 0 | 7 | 52 | 124 | 4 | 70 |
| Binary | 10001111 | 10010011 | 10001001 | 11 | 0 | 111 | 101010 | 1010100 | 100 | 111000 |
Color Harmonies of #8F9389
Complementary color
Monochromatic Colors of #8F9389
Black with #8F9389
Text Example
Text Example
White with #8F9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9389; }
p { color: rgb(143,147,137); }
H1.HeaderClassName
{
color: #8F9389;
}
.AnyTagClassName
{
color: #8F9389;
}
</style>
background-color css
<style>
a { background-color: #8F9389; }
a { background-color: rgb(143,147,137); }
div.DivClassName
{
background-color: #8F9389;
}
.BgClassName
{
background-color: #8F9389;
}
</style>
border-color css
<style>
span { border-color: #8F9389; }
span { border-color: rgb(143,147,137); }
td.TdClassName
{
border-color: #8F9389;
}
.TagClassName
{
border-color: #8F9389;
}
</style>