Shades of Delta #8B9381
Tints of Delta #8B9381
RGB
CMYK
RGB Variations
Color information
#8B9381 (or 0x8B9381) is known color: Delta. HEX triplet: 8B, 93 and 81. RGB value is (139,147,129). Sum of RGB (Red+Green+Blue) = 139+147+129=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9381 is #746C7E. Grayscale: #8E8E8E. Windows color (decimal): -7629951 or 8491915. OLE color: 8491915.
HSL color Cylindrical-coordinate representation of color #8B9381: hue angle of 86.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B9381 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 147 | 129 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.42 |
| HSL | 86.67º | 0.08% | 0.54% | - |
| HSV(B) | 86.67º | 0.12% | 0.58% | - |
| XYZ | 25.04 | 27.94 | 24.84 | - |
| YUV | 142.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 129 | 0.05 | 0 | 0.12 | 0.42 | 86.67 | 0.08 | 0.54 |
| Hex | 8B | 93 | 81 | 5 | 0 | C | 2A | 57 | 8 | 36 |
| Octal | 213 | 223 | 201 | 5 | 0 | 14 | 52 | 127 | 10 | 66 |
| Binary | 10001011 | 10010011 | 10000001 | 101 | 0 | 1100 | 101010 | 1010111 | 1000 | 110110 |
Color Harmonies of #8B9381
Complementary color
Monochromatic Colors of #8B9381
Black with #8B9381
Text Example
Text Example
White with #8B9381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9381; }
p { color: rgb(139,147,129); }
H1.HeaderClassName
{
color: #8B9381;
}
.AnyTagClassName
{
color: #8B9381;
}
</style>
background-color css
<style>
a { background-color: #8B9381; }
a { background-color: rgb(139,147,129); }
div.DivClassName
{
background-color: #8B9381;
}
.BgClassName
{
background-color: #8B9381;
}
</style>
border-color css
<style>
span { border-color: #8B9381; }
span { border-color: rgb(139,147,129); }
td.TdClassName
{
border-color: #8B9381;
}
.TagClassName
{
border-color: #8B9381;
}
</style>