Shades of Suva Grey #8A807D
Tints of Suva Grey #8A807D
RGB
CMYK
RGB Variations
Color information
#8A807D (or 0x8A807D) is known color: Suva Grey. HEX triplet: 8A, 80 and 7D. RGB value is (138,128,125). Sum of RGB (Red+Green+Blue) = 138+128+125=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 138 - color contains mainly: red. Hex color #8A807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A807D is #757F82. Grayscale: #828282. Windows color (decimal): -7700355 or 8224906. OLE color: 8224906.
HSL color Cylindrical-coordinate representation of color #8A807D: hue angle of 13.85º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A807D is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 125 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.46 |
| HSL | 13.85º | 0.05% | 0.52% | - |
| HSV(B) | 13.85º | 0.09% | 0.54% | - |
| XYZ | 21.9 | 22.32 | 22.56 | - |
| YUV | 130.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 125 | 0 | 0.07 | 0.09 | 0.46 | 13.85 | 0.05 | 0.52 |
| Hex | 8A | 80 | 7D | 0 | 7 | 9 | 2E | E | 5 | 34 |
| Octal | 212 | 200 | 175 | 0 | 7 | 11 | 56 | 16 | 5 | 64 |
| Binary | 10001010 | 10000000 | 1111101 | 0 | 111 | 1001 | 101110 | 1110 | 101 | 110100 |
Color Harmonies of #8A807D
Complementary color
Monochromatic Colors of #8A807D
Black with #8A807D
Text Example
Text Example
White with #8A807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A807D; }
p { color: rgb(138,128,125); }
H1.HeaderClassName
{
color: #8A807D;
}
.AnyTagClassName
{
color: #8A807D;
}
</style>
background-color css
<style>
a { background-color: #8A807D; }
a { background-color: rgb(138,128,125); }
div.DivClassName
{
background-color: #8A807D;
}
.BgClassName
{
background-color: #8A807D;
}
</style>
border-color css
<style>
span { border-color: #8A807D; }
span { border-color: rgb(138,128,125); }
td.TdClassName
{
border-color: #8A807D;
}
.TagClassName
{
border-color: #8A807D;
}
</style>