Shades of Delta #8B8E87
Tints of Delta #8B8E87
RGB
CMYK
RGB Variations
Color information
#8B8E87 (or 0x8B8E87) is known color: Delta. HEX triplet: 8B, 8E and 87. RGB value is (139,142,135). Sum of RGB (Red+Green+Blue) = 139+142+135=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8E87 is #747178. Grayscale: #8C8C8C. Windows color (decimal): -7631225 or 8883851. OLE color: 8883851.
HSL color Cylindrical-coordinate representation of color #8B8E87: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8B8E87 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 135 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.44 |
| HSL | 85.71º | 0.03% | 0.54% | - |
| HSV(B) | 85.71º | 0.05% | 0.56% | - |
| XYZ | 24.69 | 26.58 | 26.75 | - |
| YUV | 140.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 135 | 0.02 | 0 | 0.05 | 0.44 | 85.71 | 0.03 | 0.54 |
| Hex | 8B | 8E | 87 | 2 | 0 | 5 | 2C | 56 | 3 | 36 |
| Octal | 213 | 216 | 207 | 2 | 0 | 5 | 54 | 126 | 3 | 66 |
| Binary | 10001011 | 10001110 | 10000111 | 10 | 0 | 101 | 101100 | 1010110 | 11 | 110110 |
Color Harmonies of #8B8E87
Complementary color
Monochromatic Colors of #8B8E87
Black with #8B8E87
Text Example
Text Example
White with #8B8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E87; }
p { color: rgb(139,142,135); }
H1.HeaderClassName
{
color: #8B8E87;
}
.AnyTagClassName
{
color: #8B8E87;
}
</style>
background-color css
<style>
a { background-color: #8B8E87; }
a { background-color: rgb(139,142,135); }
div.DivClassName
{
background-color: #8B8E87;
}
.BgClassName
{
background-color: #8B8E87;
}
</style>
border-color css
<style>
span { border-color: #8B8E87; }
span { border-color: rgb(139,142,135); }
td.TdClassName
{
border-color: #8B8E87;
}
.TagClassName
{
border-color: #8B8E87;
}
</style>