Shades of Delta #8A8B89
Tints of Delta #8A8B89
RGB
CMYK
RGB Variations
Color information
#8A8B89 (or 0x8A8B89) is known color: Delta. HEX triplet: 8A, 8B and 89. RGB value is (138,139,137). Sum of RGB (Red+Green+Blue) = 138+139+137=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8B89 is #757476. Grayscale: #8A8A8A. Windows color (decimal): -7697527 or 9014154. OLE color: 9014154.
HSL color Cylindrical-coordinate representation of color #8A8B89: hue angle of 90º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8A8B89 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
RGB | 138 | 139 | 137 | - |
CMYK | 0.01 | 0 | 0.01 | 0.45 |
HSL | 90º | 0.01% | 0.54% | - |
HSV(B) | 90º | 0.01% | 0.55% | - |
XYZ | 24.23 | 25.67 | 27.35 | - |
YUV | 138.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 139 | 137 | 0.01 | 0 | 0.01 | 0.45 | 90 | 0.01 | 0.54 |
Hex | 8A | 8B | 89 | 1 | 0 | 1 | 2D | 5A | 1 | 36 |
Octal | 212 | 213 | 211 | 1 | 0 | 1 | 55 | 132 | 1 | 66 |
Binary | 10001010 | 10001011 | 10001001 | 1 | 0 | 1 | 101101 | 1011010 | 1 | 110110 |
Color Harmonies of #8A8B89
Complementary color
Monochromatic Colors of #8A8B89
Black with #8A8B89
Text Example
Text Example
White with #8A8B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8B89; }
p { color: rgb(138,139,137); }
H1.HeaderClassName
{
color: #8A8B89;
}
.AnyTagClassName
{
color: #8A8B89;
}
</style>
background-color css
<style>
a { background-color: #8A8B89; }
a { background-color: rgb(138,139,137); }
div.DivClassName
{
background-color: #8A8B89;
}
.BgClassName
{
background-color: #8A8B89;
}
</style>
border-color css
<style>
span { border-color: #8A8B89; }
span { border-color: rgb(138,139,137); }
td.TdClassName
{
border-color: #8A8B89;
}
.TagClassName
{
border-color: #8A8B89;
}
</style>