Shades of Suva Grey #948F8D
Tints of Suva Grey #948F8D
RGB
CMYK
RGB Variations
Color information
#948F8D (or 0x948F8D) is known color: Suva Grey. HEX triplet: 94, 8F and 8D. RGB value is (148,143,141). Sum of RGB (Red+Green+Blue) = 148+143+141=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 148 - color contains mainly: red. Hex color #948F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F8D is #6B7072. Grayscale: #909090. Windows color (decimal): -7041139 or 9277332. OLE color: 9277332.
HSL color Cylindrical-coordinate representation of color #948F8D: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #948F8D is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 141 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.42 |
| HSL | 17.14º | 0.03% | 0.57% | - |
| HSV(B) | 17.14º | 0.05% | 0.58% | - |
| XYZ | 26.84 | 27.86 | 29.16 | - |
| YUV | 144.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 141 | 0 | 0.03 | 0.05 | 0.42 | 17.14 | 0.03 | 0.57 |
| Hex | 94 | 8F | 8D | 0 | 3 | 5 | 2A | 11 | 3 | 39 |
| Octal | 224 | 217 | 215 | 0 | 3 | 5 | 52 | 21 | 3 | 71 |
| Binary | 10010100 | 10001111 | 10001101 | 0 | 11 | 101 | 101010 | 10001 | 11 | 111001 |
Color Harmonies of #948F8D
Complementary color
Monochromatic Colors of #948F8D
Black with #948F8D
Text Example
Text Example
White with #948F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F8D; }
p { color: rgb(148,143,141); }
H1.HeaderClassName
{
color: #948F8D;
}
.AnyTagClassName
{
color: #948F8D;
}
</style>
background-color css
<style>
a { background-color: #948F8D; }
a { background-color: rgb(148,143,141); }
div.DivClassName
{
background-color: #948F8D;
}
.BgClassName
{
background-color: #948F8D;
}
</style>
border-color css
<style>
span { border-color: #948F8D; }
span { border-color: rgb(148,143,141); }
td.TdClassName
{
border-color: #948F8D;
}
.TagClassName
{
border-color: #948F8D;
}
</style>