Shades of Delta #8B8C8A
Tints of Delta #8B8C8A
RGB
CMYK
RGB Variations
Color information
#8B8C8A (or 0x8B8C8A) is known color: Delta. HEX triplet: 8B, 8C and 8A. RGB value is (139,140,138). Sum of RGB (Red+Green+Blue) = 139+140+138=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 140 - color contains mainly: green. Hex color #8B8C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8C8A is #747375. Grayscale: #8B8B8B. Windows color (decimal): -7631734 or 9079947. OLE color: 9079947.
HSL color Cylindrical-coordinate representation of color #8B8C8A: hue angle of 90º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8B8C8A is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 140 | 138 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.45 |
| HSL | 90º | 0.01% | 0.55% | - |
| HSV(B) | 90º | 0.01% | 0.55% | - |
| XYZ | 24.61 | 26.08 | 27.78 | - |
| YUV | 139.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 140 | 138 | 0.01 | 0 | 0.01 | 0.45 | 90 | 0.01 | 0.55 |
| Hex | 8B | 8C | 8A | 1 | 0 | 1 | 2D | 5A | 1 | 37 |
| Octal | 213 | 214 | 212 | 1 | 0 | 1 | 55 | 132 | 1 | 67 |
| Binary | 10001011 | 10001100 | 10001010 | 1 | 0 | 1 | 101101 | 1011010 | 1 | 110111 |
Color Harmonies of #8B8C8A
Complementary color
Monochromatic Colors of #8B8C8A
Black with #8B8C8A
Text Example
Text Example
White with #8B8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8C8A; }
p { color: rgb(139,140,138); }
H1.HeaderClassName
{
color: #8B8C8A;
}
.AnyTagClassName
{
color: #8B8C8A;
}
</style>
background-color css
<style>
a { background-color: #8B8C8A; }
a { background-color: rgb(139,140,138); }
div.DivClassName
{
background-color: #8B8C8A;
}
.BgClassName
{
background-color: #8B8C8A;
}
</style>
border-color css
<style>
span { border-color: #8B8C8A; }
span { border-color: rgb(139,140,138); }
td.TdClassName
{
border-color: #8B8C8A;
}
.TagClassName
{
border-color: #8B8C8A;
}
</style>