Shades of Delta #8A8C88
Tints of Delta #8A8C88
RGB
CMYK
RGB Variations
Color information
#8A8C88 (or 0x8A8C88) is known color: Delta. HEX triplet: 8A, 8C and 88. RGB value is (138,140,136). Sum of RGB (Red+Green+Blue) = 138+140+136=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8C88 is #757377. Grayscale: #8A8A8A. Windows color (decimal): -7697272 or 8948874. OLE color: 8948874.
HSL color Cylindrical-coordinate representation of color #8A8C88: hue angle of 90º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8A8C88 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
RGB | 138 | 140 | 136 | - |
CMYK | 0.01 | 0 | 0.03 | 0.45 |
HSL | 90º | 0.02% | 0.54% | - |
HSV(B) | 90º | 0.03% | 0.55% | - |
XYZ | 24.3 | 25.94 | 27.02 | - |
YUV | 138.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 140 | 136 | 0.01 | 0 | 0.03 | 0.45 | 90 | 0.02 | 0.54 |
Hex | 8A | 8C | 88 | 1 | 0 | 3 | 2D | 5A | 2 | 36 |
Octal | 212 | 214 | 210 | 1 | 0 | 3 | 55 | 132 | 2 | 66 |
Binary | 10001010 | 10001100 | 10001000 | 1 | 0 | 11 | 101101 | 1011010 | 10 | 110110 |
Color Harmonies of #8A8C88
Complementary color
Monochromatic Colors of #8A8C88
Black with #8A8C88
Text Example
Text Example
White with #8A8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8C88; }
p { color: rgb(138,140,136); }
H1.HeaderClassName
{
color: #8A8C88;
}
.AnyTagClassName
{
color: #8A8C88;
}
</style>
background-color css
<style>
a { background-color: #8A8C88; }
a { background-color: rgb(138,140,136); }
div.DivClassName
{
background-color: #8A8C88;
}
.BgClassName
{
background-color: #8A8C88;
}
</style>
border-color css
<style>
span { border-color: #8A8C88; }
span { border-color: rgb(138,140,136); }
td.TdClassName
{
border-color: #8A8C88;
}
.TagClassName
{
border-color: #8A8C88;
}
</style>