Shades of Delta #8B8D89
Tints of Delta #8B8D89
RGB
CMYK
RGB Variations
Color information
#8B8D89 (or 0x8B8D89) is known color: Delta. HEX triplet: 8B, 8D and 89. RGB value is (139,141,137). Sum of RGB (Red+Green+Blue) = 139+141+137=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8D89 is #747276. Grayscale: #8B8B8B. Windows color (decimal): -7631479 or 9014667. OLE color: 9014667.
HSL color Cylindrical-coordinate representation of color #8B8D89: hue angle of 90º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8B8D89 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 141 | 137 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.45 |
| HSL | 90º | 0.02% | 0.55% | - |
| HSV(B) | 90º | 0.03% | 0.55% | - |
| XYZ | 24.69 | 26.34 | 27.45 | - |
| YUV | 139.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 137 | 0.01 | 0 | 0.03 | 0.45 | 90 | 0.02 | 0.55 |
| Hex | 8B | 8D | 89 | 1 | 0 | 3 | 2D | 5A | 2 | 37 |
| Octal | 213 | 215 | 211 | 1 | 0 | 3 | 55 | 132 | 2 | 67 |
| Binary | 10001011 | 10001101 | 10001001 | 1 | 0 | 11 | 101101 | 1011010 | 10 | 110111 |
Color Harmonies of #8B8D89
Complementary color
Monochromatic Colors of #8B8D89
Black with #8B8D89
Text Example
Text Example
White with #8B8D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D89; }
p { color: rgb(139,141,137); }
H1.HeaderClassName
{
color: #8B8D89;
}
.AnyTagClassName
{
color: #8B8D89;
}
</style>
background-color css
<style>
a { background-color: #8B8D89; }
a { background-color: rgb(139,141,137); }
div.DivClassName
{
background-color: #8B8D89;
}
.BgClassName
{
background-color: #8B8D89;
}
</style>
border-color css
<style>
span { border-color: #8B8D89; }
span { border-color: rgb(139,141,137); }
td.TdClassName
{
border-color: #8B8D89;
}
.TagClassName
{
border-color: #8B8D89;
}
</style>