Shades of Suva Grey #938F8E
Tints of Suva Grey #938F8E
RGB
CMYK
RGB Variations
Color information
#938F8E (or 0x938F8E) is known color: Suva Grey. HEX triplet: 93, 8F and 8E. RGB value is (147,143,142). Sum of RGB (Red+Green+Blue) = 147+143+142=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 147 - color contains mainly: red. Hex color #938F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938F8E is #6C7071. Grayscale: #909090. Windows color (decimal): -7106674 or 9342867. OLE color: 9342867.
HSL color Cylindrical-coordinate representation of color #938F8E: hue angle of 12º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #938F8E is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 142 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.42 |
| HSL | 12º | 0.02% | 0.57% | - |
| HSV(B) | 12º | 0.03% | 0.58% | - |
| XYZ | 26.74 | 27.8 | 29.55 | - |
| YUV | 144.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 142 | 0 | 0.03 | 0.03 | 0.42 | 12 | 0.02 | 0.57 |
| Hex | 93 | 8F | 8E | 0 | 3 | 3 | 2A | C | 2 | 39 |
| Octal | 223 | 217 | 216 | 0 | 3 | 3 | 52 | 14 | 2 | 71 |
| Binary | 10010011 | 10001111 | 10001110 | 0 | 11 | 11 | 101010 | 1100 | 10 | 111001 |
Color Harmonies of #938F8E
Complementary color
Monochromatic Colors of #938F8E
Black with #938F8E
Text Example
Text Example
White with #938F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F8E; }
p { color: rgb(147,143,142); }
H1.HeaderClassName
{
color: #938F8E;
}
.AnyTagClassName
{
color: #938F8E;
}
</style>
background-color css
<style>
a { background-color: #938F8E; }
a { background-color: rgb(147,143,142); }
div.DivClassName
{
background-color: #938F8E;
}
.BgClassName
{
background-color: #938F8E;
}
</style>
border-color css
<style>
span { border-color: #938F8E; }
span { border-color: rgb(147,143,142); }
td.TdClassName
{
border-color: #938F8E;
}
.TagClassName
{
border-color: #938F8E;
}
</style>