Shades of Delta #8B9580
Tints of Delta #8B9580
RGB
CMYK
RGB Variations
Color information
#8B9580 (or 0x8B9580) is known color: Delta. HEX triplet: 8B, 95 and 80. RGB value is (139,149,128). Sum of RGB (Red+Green+Blue) = 139+149+128=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9580 is #746A7F. Grayscale: #8F8F8F. Windows color (decimal): -7629440 or 8426891. OLE color: 8426891.
HSL color Cylindrical-coordinate representation of color #8B9580: hue angle of 88.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B9580 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 128 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.42 |
| HSL | 88.57º | 0.09% | 0.54% | - |
| HSV(B) | 88.57º | 0.14% | 0.58% | - |
| XYZ | 25.29 | 28.54 | 24.6 | - |
| YUV | 143.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 128 | 0.07 | 0 | 0.14 | 0.42 | 88.57 | 0.09 | 0.54 |
| Hex | 8B | 95 | 80 | 7 | 0 | E | 2A | 59 | 9 | 36 |
| Octal | 213 | 225 | 200 | 7 | 0 | 16 | 52 | 131 | 11 | 66 |
| Binary | 10001011 | 10010101 | 10000000 | 111 | 0 | 1110 | 101010 | 1011001 | 1001 | 110110 |
Color Harmonies of #8B9580
Complementary color
Monochromatic Colors of #8B9580
Black with #8B9580
Text Example
Text Example
White with #8B9580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9580; }
p { color: rgb(139,149,128); }
H1.HeaderClassName
{
color: #8B9580;
}
.AnyTagClassName
{
color: #8B9580;
}
</style>
background-color css
<style>
a { background-color: #8B9580; }
a { background-color: rgb(139,149,128); }
div.DivClassName
{
background-color: #8B9580;
}
.BgClassName
{
background-color: #8B9580;
}
</style>
border-color css
<style>
span { border-color: #8B9580; }
span { border-color: rgb(139,149,128); }
td.TdClassName
{
border-color: #8B9580;
}
.TagClassName
{
border-color: #8B9580;
}
</style>