Shades of Suva Grey #948E8E
Tints of Suva Grey #948E8E
RGB
CMYK
RGB Variations
Color information
#948E8E (or 0x948E8E) is known color: Suva Grey. HEX triplet: 94, 8E and 8E. RGB value is (148,142,142). Sum of RGB (Red+Green+Blue) = 148+142+142=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 148 - color contains mainly: red. Hex color #948E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E8E is #6B7171. Grayscale: #8F8F8F. Windows color (decimal): -7041394 or 9342612. OLE color: 9342612.
HSL color Cylindrical-coordinate representation of color #948E8E: hue angle of 0º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #948E8E is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 142 | 142 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.42 |
| HSL | 0º | 0.03% | 0.57% | - |
| HSV(B) | 0º | 0.04% | 0.58% | - |
| XYZ | 26.77 | 27.59 | 29.51 | - |
| YUV | 143.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 142 | 0 | 0.04 | 0.04 | 0.42 | 0 | 0.03 | 0.57 |
| Hex | 94 | 8E | 8E | 0 | 4 | 4 | 2A | 0 | 3 | 39 |
| Octal | 224 | 216 | 216 | 0 | 4 | 4 | 52 | 0 | 3 | 71 |
| Binary | 10010100 | 10001110 | 10001110 | 0 | 100 | 100 | 101010 | 0 | 11 | 111001 |
Color Harmonies of #948E8E
Complementary color
Monochromatic Colors of #948E8E
Black with #948E8E
Text Example
Text Example
White with #948E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E8E; }
p { color: rgb(148,142,142); }
H1.HeaderClassName
{
color: #948E8E;
}
.AnyTagClassName
{
color: #948E8E;
}
</style>
background-color css
<style>
a { background-color: #948E8E; }
a { background-color: rgb(148,142,142); }
div.DivClassName
{
background-color: #948E8E;
}
.BgClassName
{
background-color: #948E8E;
}
</style>
border-color css
<style>
span { border-color: #948E8E; }
span { border-color: rgb(148,142,142); }
td.TdClassName
{
border-color: #948E8E;
}
.TagClassName
{
border-color: #948E8E;
}
</style>