Shades of Suva Grey #938D8B
Tints of Suva Grey #938D8B
RGB
CMYK
RGB Variations
Color information
#938D8B (or 0x938D8B) is known color: Suva Grey. HEX triplet: 93, 8D and 8B. RGB value is (147,141,139). Sum of RGB (Red+Green+Blue) = 147+141+139=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 147 - color contains mainly: red. Hex color #938D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938D8B is #6C7274. Grayscale: #8E8E8E. Windows color (decimal): -7107189 or 9145747. OLE color: 9145747.
HSL color Cylindrical-coordinate representation of color #938D8B: hue angle of 15º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #938D8B is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 139 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.42 |
| HSL | 15º | 0.04% | 0.56% | - |
| HSV(B) | 15º | 0.05% | 0.58% | - |
| XYZ | 26.22 | 27.12 | 28.28 | - |
| YUV | 142.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 139 | 0 | 0.04 | 0.05 | 0.42 | 15 | 0.04 | 0.56 |
| Hex | 93 | 8D | 8B | 0 | 4 | 5 | 2A | F | 4 | 38 |
| Octal | 223 | 215 | 213 | 0 | 4 | 5 | 52 | 17 | 4 | 70 |
| Binary | 10010011 | 10001101 | 10001011 | 0 | 100 | 101 | 101010 | 1111 | 100 | 111000 |
Color Harmonies of #938D8B
Complementary color
Monochromatic Colors of #938D8B
Black with #938D8B
Text Example
Text Example
White with #938D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D8B; }
p { color: rgb(147,141,139); }
H1.HeaderClassName
{
color: #938D8B;
}
.AnyTagClassName
{
color: #938D8B;
}
</style>
background-color css
<style>
a { background-color: #938D8B; }
a { background-color: rgb(147,141,139); }
div.DivClassName
{
background-color: #938D8B;
}
.BgClassName
{
background-color: #938D8B;
}
</style>
border-color css
<style>
span { border-color: #938D8B; }
span { border-color: rgb(147,141,139); }
td.TdClassName
{
border-color: #938D8B;
}
.TagClassName
{
border-color: #938D8B;
}
</style>