Shades of Suva Grey #8D817E
Tints of Suva Grey #8D817E
RGB
CMYK
RGB Variations
Color information
#8D817E (or 0x8D817E) is known color: Suva Grey. HEX triplet: 8D, 81 and 7E. RGB value is (141,129,126). Sum of RGB (Red+Green+Blue) = 141+129+126=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D817E is #727E81. Grayscale: #848484. Windows color (decimal): -7503490 or 8290701. OLE color: 8290701.
HSL color Cylindrical-coordinate representation of color #8D817E: hue angle of 12º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D817E is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 126 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.45 |
| HSL | 12º | 0.06% | 0.52% | - |
| HSV(B) | 12º | 0.11% | 0.55% | - |
| XYZ | 22.6 | 22.87 | 22.96 | - |
| YUV | 132.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 126 | 0 | 0.09 | 0.11 | 0.45 | 12 | 0.06 | 0.52 |
| Hex | 8D | 81 | 7E | 0 | 9 | B | 2D | C | 6 | 34 |
| Octal | 215 | 201 | 176 | 0 | 11 | 13 | 55 | 14 | 6 | 64 |
| Binary | 10001101 | 10000001 | 1111110 | 0 | 1001 | 1011 | 101101 | 1100 | 110 | 110100 |
Color Harmonies of #8D817E
Complementary color
Monochromatic Colors of #8D817E
Black with #8D817E
Text Example
Text Example
White with #8D817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D817E; }
p { color: rgb(141,129,126); }
H1.HeaderClassName
{
color: #8D817E;
}
.AnyTagClassName
{
color: #8D817E;
}
</style>
background-color css
<style>
a { background-color: #8D817E; }
a { background-color: rgb(141,129,126); }
div.DivClassName
{
background-color: #8D817E;
}
.BgClassName
{
background-color: #8D817E;
}
</style>
border-color css
<style>
span { border-color: #8D817E; }
span { border-color: rgb(141,129,126); }
td.TdClassName
{
border-color: #8D817E;
}
.TagClassName
{
border-color: #8D817E;
}
</style>