Shades of Delta #8A8B88
Tints of Delta #8A8B88
RGB
CMYK
RGB Variations
Color information
#8A8B88 (or 0x8A8B88) is known color: Delta. HEX triplet: 8A, 8B and 88. RGB value is (138,139,136). Sum of RGB (Red+Green+Blue) = 138+139+136=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8B88 is #757477. Grayscale: #8A8A8A. Windows color (decimal): -7697528 or 8948618. OLE color: 8948618.
HSL color Cylindrical-coordinate representation of color #8A8B88: hue angle of 80º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8A8B88 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 139 | 136 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.45 |
| HSL | 80º | 0.01% | 0.54% | - |
| HSV(B) | 80º | 0.02% | 0.55% | - |
| XYZ | 24.16 | 25.65 | 26.97 | - |
| YUV | 138.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 136 | 0.01 | 0 | 0.02 | 0.45 | 80 | 0.01 | 0.54 |
| Hex | 8A | 8B | 88 | 1 | 0 | 2 | 2D | 50 | 1 | 36 |
| Octal | 212 | 213 | 210 | 1 | 0 | 2 | 55 | 120 | 1 | 66 |
| Binary | 10001010 | 10001011 | 10001000 | 1 | 0 | 10 | 101101 | 1010000 | 1 | 110110 |
Color Harmonies of #8A8B88
Complementary color
Monochromatic Colors of #8A8B88
Black with #8A8B88
Text Example
Text Example
White with #8A8B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8B88; }
p { color: rgb(138,139,136); }
H1.HeaderClassName
{
color: #8A8B88;
}
.AnyTagClassName
{
color: #8A8B88;
}
</style>
background-color css
<style>
a { background-color: #8A8B88; }
a { background-color: rgb(138,139,136); }
div.DivClassName
{
background-color: #8A8B88;
}
.BgClassName
{
background-color: #8A8B88;
}
</style>
border-color css
<style>
span { border-color: #8A8B88; }
span { border-color: rgb(138,139,136); }
td.TdClassName
{
border-color: #8A8B88;
}
.TagClassName
{
border-color: #8A8B88;
}
</style>