Shades of Suva Grey #8A8280
Tints of Suva Grey #8A8280
RGB
CMYK
RGB Variations
Color information
#8A8280 (or 0x8A8280) is known color: Suva Grey. HEX triplet: 8A, 82 and 80. RGB value is (138,130,128). Sum of RGB (Red+Green+Blue) = 138+130+128=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8280 is #757D7F. Grayscale: #848484. Windows color (decimal): -7699840 or 8422026. OLE color: 8422026.
HSL color Cylindrical-coordinate representation of color #8A8280: hue angle of 12º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8280 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 128 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.46 |
| HSL | 12º | 0.04% | 0.52% | - |
| HSV(B) | 12º | 0.07% | 0.54% | - |
| XYZ | 22.36 | 22.93 | 23.67 | - |
| YUV | 132.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 128 | 0 | 0.06 | 0.07 | 0.46 | 12 | 0.04 | 0.52 |
| Hex | 8A | 82 | 80 | 0 | 6 | 7 | 2E | C | 4 | 34 |
| Octal | 212 | 202 | 200 | 0 | 6 | 7 | 56 | 14 | 4 | 64 |
| Binary | 10001010 | 10000010 | 10000000 | 0 | 110 | 111 | 101110 | 1100 | 100 | 110100 |
Color Harmonies of #8A8280
Complementary color
Monochromatic Colors of #8A8280
Black with #8A8280
Text Example
Text Example
White with #8A8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8280; }
p { color: rgb(138,130,128); }
H1.HeaderClassName
{
color: #8A8280;
}
.AnyTagClassName
{
color: #8A8280;
}
</style>
background-color css
<style>
a { background-color: #8A8280; }
a { background-color: rgb(138,130,128); }
div.DivClassName
{
background-color: #8A8280;
}
.BgClassName
{
background-color: #8A8280;
}
</style>
border-color css
<style>
span { border-color: #8A8280; }
span { border-color: rgb(138,130,128); }
td.TdClassName
{
border-color: #8A8280;
}
.TagClassName
{
border-color: #8A8280;
}
</style>