Shades of Suva Grey #938E8E
Tints of Suva Grey #938E8E
RGB
CMYK
RGB Variations
Color information
#938E8E (or 0x938E8E) is known color: Suva Grey. HEX triplet: 93, 8E and 8E. RGB value is (147,142,142). Sum of RGB (Red+Green+Blue) = 147+142+142=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 147 - color contains mainly: red. Hex color #938E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938E8E is #6C7171. Grayscale: #8F8F8F. Windows color (decimal): -7106930 or 9342611. OLE color: 9342611.
HSL color Cylindrical-coordinate representation of color #938E8E: hue angle of 0º 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 #938E8E is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
RGB | 147 | 142 | 142 | - |
CMYK | 0 | 0.03 | 0.03 | 0.42 |
HSL | 0º | 0.02% | 0.57% | - |
HSV(B) | 0º | 0.03% | 0.58% | - |
XYZ | 26.59 | 27.5 | 29.5 | - |
YUV | 143.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 147 | 142 | 142 | 0 | 0.03 | 0.03 | 0.42 | 0 | 0.02 | 0.57 |
Hex | 93 | 8E | 8E | 0 | 3 | 3 | 2A | 0 | 2 | 39 |
Octal | 223 | 216 | 216 | 0 | 3 | 3 | 52 | 0 | 2 | 71 |
Binary | 10010011 | 10001110 | 10001110 | 0 | 11 | 11 | 101010 | 0 | 10 | 111001 |
Color Harmonies of #938E8E
Complementary color
Monochromatic Colors of #938E8E
Black with #938E8E
Text Example
Text Example
White with #938E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E8E; }
p { color: rgb(147,142,142); }
H1.HeaderClassName
{
color: #938E8E;
}
.AnyTagClassName
{
color: #938E8E;
}
</style>
background-color css
<style>
a { background-color: #938E8E; }
a { background-color: rgb(147,142,142); }
div.DivClassName
{
background-color: #938E8E;
}
.BgClassName
{
background-color: #938E8E;
}
</style>
border-color css
<style>
span { border-color: #938E8E; }
span { border-color: rgb(147,142,142); }
td.TdClassName
{
border-color: #938E8E;
}
.TagClassName
{
border-color: #938E8E;
}
</style>