Shades of Suva Grey #8D8582
Tints of Suva Grey #8D8582
RGB
CMYK
RGB Variations
Color information
#8D8582 (or 0x8D8582) is known color: Suva Grey. HEX triplet: 8D, 85 and 82. RGB value is (141,133,130). Sum of RGB (Red+Green+Blue) = 141+133+130=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8582 is #727A7D. Grayscale: #878787. Windows color (decimal): -7502462 or 8553869. OLE color: 8553869.
HSL color Cylindrical-coordinate representation of color #8D8582: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D8582 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 130 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.45 |
| HSL | 16.36º | 0.05% | 0.53% | - |
| HSV(B) | 16.36º | 0.08% | 0.55% | - |
| XYZ | 23.4 | 24.05 | 24.53 | - |
| YUV | 135.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 130 | 0 | 0.06 | 0.08 | 0.45 | 16.36 | 0.05 | 0.53 |
| Hex | 8D | 85 | 82 | 0 | 6 | 8 | 2D | 10 | 5 | 35 |
| Octal | 215 | 205 | 202 | 0 | 6 | 10 | 55 | 20 | 5 | 65 |
| Binary | 10001101 | 10000101 | 10000010 | 0 | 110 | 1000 | 101101 | 10000 | 101 | 110101 |
Color Harmonies of #8D8582
Complementary color
Monochromatic Colors of #8D8582
Black with #8D8582
Text Example
Text Example
White with #8D8582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8582; }
p { color: rgb(141,133,130); }
H1.HeaderClassName
{
color: #8D8582;
}
.AnyTagClassName
{
color: #8D8582;
}
</style>
background-color css
<style>
a { background-color: #8D8582; }
a { background-color: rgb(141,133,130); }
div.DivClassName
{
background-color: #8D8582;
}
.BgClassName
{
background-color: #8D8582;
}
</style>
border-color css
<style>
span { border-color: #8D8582; }
span { border-color: rgb(141,133,130); }
td.TdClassName
{
border-color: #8D8582;
}
.TagClassName
{
border-color: #8D8582;
}
</style>