Shades of Suva Grey #938E8D
Tints of Suva Grey #938E8D
RGB
CMYK
RGB Variations
Color information
#938E8D (or 0x938E8D) is known color: Suva Grey. HEX triplet: 93, 8E and 8D. RGB value is (147,142,141). Sum of RGB (Red+Green+Blue) = 147+142+141=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 147 - color contains mainly: red. Hex color #938E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938E8D is #6C7172. Grayscale: #8F8F8F. Windows color (decimal): -7106931 or 9277075. OLE color: 9277075.
HSL color Cylindrical-coordinate representation of color #938E8D: hue angle of 10º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #938E8D is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 141 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.42 |
| HSL | 10º | 0.03% | 0.56% | - |
| HSV(B) | 10º | 0.04% | 0.58% | - |
| XYZ | 26.51 | 27.47 | 29.1 | - |
| YUV | 143.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 141 | 0 | 0.03 | 0.04 | 0.42 | 10 | 0.03 | 0.56 |
| Hex | 93 | 8E | 8D | 0 | 3 | 4 | 2A | A | 3 | 38 |
| Octal | 223 | 216 | 215 | 0 | 3 | 4 | 52 | 12 | 3 | 70 |
| Binary | 10010011 | 10001110 | 10001101 | 0 | 11 | 100 | 101010 | 1010 | 11 | 111000 |
Color Harmonies of #938E8D
Complementary color
Monochromatic Colors of #938E8D
Black with #938E8D
Text Example
Text Example
White with #938E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E8D; }
p { color: rgb(147,142,141); }
H1.HeaderClassName
{
color: #938E8D;
}
.AnyTagClassName
{
color: #938E8D;
}
</style>
background-color css
<style>
a { background-color: #938E8D; }
a { background-color: rgb(147,142,141); }
div.DivClassName
{
background-color: #938E8D;
}
.BgClassName
{
background-color: #938E8D;
}
</style>
border-color css
<style>
span { border-color: #938E8D; }
span { border-color: rgb(147,142,141); }
td.TdClassName
{
border-color: #938E8D;
}
.TagClassName
{
border-color: #938E8D;
}
</style>