Shades of Suva Grey #938D8D
Tints of Suva Grey #938D8D
RGB
CMYK
RGB Variations
Color information
#938D8D (or 0x938D8D) is known color: Suva Grey. HEX triplet: 93, 8D and 8D. RGB value is (147,141,141). Sum of RGB (Red+Green+Blue) = 147+141+141=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 147 - color contains mainly: red. Hex color #938D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938D8D is #6C7272. Grayscale: #8E8E8E. Windows color (decimal): -7107187 or 9276819. OLE color: 9276819.
HSL color Cylindrical-coordinate representation of color #938D8D: hue angle of 0º 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 #938D8D is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 141 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.42 |
| HSL | 0º | 0.03% | 0.56% | - |
| HSV(B) | 0º | 0.04% | 0.58% | - |
| XYZ | 26.37 | 27.18 | 29.06 | - |
| YUV | 142.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 141 | 0 | 0.04 | 0.04 | 0.42 | 0 | 0.03 | 0.56 |
| Hex | 93 | 8D | 8D | 0 | 4 | 4 | 2A | 0 | 3 | 38 |
| Octal | 223 | 215 | 215 | 0 | 4 | 4 | 52 | 0 | 3 | 70 |
| Binary | 10010011 | 10001101 | 10001101 | 0 | 100 | 100 | 101010 | 0 | 11 | 111000 |
Color Harmonies of #938D8D
Complementary color
Monochromatic Colors of #938D8D
Black with #938D8D
Text Example
Text Example
White with #938D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D8D; }
p { color: rgb(147,141,141); }
H1.HeaderClassName
{
color: #938D8D;
}
.AnyTagClassName
{
color: #938D8D;
}
</style>
background-color css
<style>
a { background-color: #938D8D; }
a { background-color: rgb(147,141,141); }
div.DivClassName
{
background-color: #938D8D;
}
.BgClassName
{
background-color: #938D8D;
}
</style>
border-color css
<style>
span { border-color: #938D8D; }
span { border-color: rgb(147,141,141); }
td.TdClassName
{
border-color: #938D8D;
}
.TagClassName
{
border-color: #938D8D;
}
</style>