Shades of Suva Grey #8A817E
Tints of Suva Grey #8A817E
RGB
CMYK
RGB Variations
Color information
#8A817E (or 0x8A817E) is known color: Suva Grey. HEX triplet: 8A, 81 and 7E. RGB value is (138,129,126). Sum of RGB (Red+Green+Blue) = 138+129+126=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 138 - color contains mainly: red. Hex color #8A817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A817E is #757E81. Grayscale: #838383. Windows color (decimal): -7700098 or 8290698. OLE color: 8290698.
HSL color Cylindrical-coordinate representation of color #8A817E: hue angle of 15º 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 #8A817E is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 126 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.46 |
| HSL | 15º | 0.05% | 0.52% | - |
| HSV(B) | 15º | 0.09% | 0.54% | - |
| XYZ | 22.1 | 22.61 | 22.94 | - |
| YUV | 131.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 126 | 0 | 0.07 | 0.09 | 0.46 | 15 | 0.05 | 0.52 |
| Hex | 8A | 81 | 7E | 0 | 7 | 9 | 2E | F | 5 | 34 |
| Octal | 212 | 201 | 176 | 0 | 7 | 11 | 56 | 17 | 5 | 64 |
| Binary | 10001010 | 10000001 | 1111110 | 0 | 111 | 1001 | 101110 | 1111 | 101 | 110100 |
Color Harmonies of #8A817E
Complementary color
Monochromatic Colors of #8A817E
Black with #8A817E
Text Example
Text Example
White with #8A817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A817E; }
p { color: rgb(138,129,126); }
H1.HeaderClassName
{
color: #8A817E;
}
.AnyTagClassName
{
color: #8A817E;
}
</style>
background-color css
<style>
a { background-color: #8A817E; }
a { background-color: rgb(138,129,126); }
div.DivClassName
{
background-color: #8A817E;
}
.BgClassName
{
background-color: #8A817E;
}
</style>
border-color css
<style>
span { border-color: #8A817E; }
span { border-color: rgb(138,129,126); }
td.TdClassName
{
border-color: #8A817E;
}
.TagClassName
{
border-color: #8A817E;
}
</style>