Shades of Suva Grey #8D8280
Tints of Suva Grey #8D8280
RGB
CMYK
RGB Variations
Color information
#8D8280 (or 0x8D8280) is known color: Suva Grey. HEX triplet: 8D, 82 and 80. RGB value is (141,130,128). Sum of RGB (Red+Green+Blue) = 141+130+128=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8280 is #727D7F. Grayscale: #858585. Windows color (decimal): -7503232 or 8422029. OLE color: 8422029.
HSL color Cylindrical-coordinate representation of color #8D8280: hue angle of 9.23º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8280 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 128 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.45 |
| HSL | 9.23º | 0.05% | 0.53% | - |
| HSV(B) | 9.23º | 0.09% | 0.55% | - |
| XYZ | 22.86 | 23.19 | 23.69 | - |
| YUV | 133.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 128 | 0 | 0.08 | 0.09 | 0.45 | 9.23 | 0.05 | 0.53 |
| Hex | 8D | 82 | 80 | 0 | 8 | 9 | 2D | 9 | 5 | 35 |
| Octal | 215 | 202 | 200 | 0 | 10 | 11 | 55 | 11 | 5 | 65 |
| Binary | 10001101 | 10000010 | 10000000 | 0 | 1000 | 1001 | 101101 | 1001 | 101 | 110101 |
Color Harmonies of #8D8280
Complementary color
Monochromatic Colors of #8D8280
Black with #8D8280
Text Example
Text Example
White with #8D8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8280; }
p { color: rgb(141,130,128); }
H1.HeaderClassName
{
color: #8D8280;
}
.AnyTagClassName
{
color: #8D8280;
}
</style>
background-color css
<style>
a { background-color: #8D8280; }
a { background-color: rgb(141,130,128); }
div.DivClassName
{
background-color: #8D8280;
}
.BgClassName
{
background-color: #8D8280;
}
</style>
border-color css
<style>
span { border-color: #8D8280; }
span { border-color: rgb(141,130,128); }
td.TdClassName
{
border-color: #8D8280;
}
.TagClassName
{
border-color: #8D8280;
}
</style>