Shades of Suva Grey #958E8C
Tints of Suva Grey #958E8C
RGB
CMYK
RGB Variations
Color information
#958E8C (or 0x958E8C) is known color: Suva Grey. HEX triplet: 95, 8E and 8C. RGB value is (149,142,140). Sum of RGB (Red+Green+Blue) = 149+142+140=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #958E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E8C is #6A7173. Grayscale: #8F8F8F. Windows color (decimal): -6975860 or 9211541. OLE color: 9211541.
HSL color Cylindrical-coordinate representation of color #958E8C: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #958E8C is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 140 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.42 |
| HSL | 13.33º | 0.04% | 0.57% | - |
| HSV(B) | 13.33º | 0.06% | 0.58% | - |
| XYZ | 26.8 | 27.63 | 28.73 | - |
| YUV | 143.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 140 | 0 | 0.05 | 0.06 | 0.42 | 13.33 | 0.04 | 0.57 |
| Hex | 95 | 8E | 8C | 0 | 5 | 6 | 2A | D | 4 | 39 |
| Octal | 225 | 216 | 214 | 0 | 5 | 6 | 52 | 15 | 4 | 71 |
| Binary | 10010101 | 10001110 | 10001100 | 0 | 101 | 110 | 101010 | 1101 | 100 | 111001 |
Color Harmonies of #958E8C
Complementary color
Monochromatic Colors of #958E8C
Black with #958E8C
Text Example
Text Example
White with #958E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E8C; }
p { color: rgb(149,142,140); }
H1.HeaderClassName
{
color: #958E8C;
}
.AnyTagClassName
{
color: #958E8C;
}
</style>
background-color css
<style>
a { background-color: #958E8C; }
a { background-color: rgb(149,142,140); }
div.DivClassName
{
background-color: #958E8C;
}
.BgClassName
{
background-color: #958E8C;
}
</style>
border-color css
<style>
span { border-color: #958E8C; }
span { border-color: rgb(149,142,140); }
td.TdClassName
{
border-color: #958E8C;
}
.TagClassName
{
border-color: #958E8C;
}
</style>