Shades of Suva Grey #968D8D
Tints of Suva Grey #968D8D
RGB
CMYK
RGB Variations
Color information
#968D8D (or 0x968D8D) is known color: Suva Grey. HEX triplet: 96, 8D and 8D. RGB value is (150,141,141). Sum of RGB (Red+Green+Blue) = 150+141+141=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #968D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D8D is #697272. Grayscale: #8F8F8F. Windows color (decimal): -6910579 or 9276822. OLE color: 9276822.
HSL color Cylindrical-coordinate representation of color #968D8D: hue angle of 0º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #968D8D is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 141 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.41 |
| HSL | 0º | 0.04% | 0.57% | - |
| HSV(B) | 0º | 0.06% | 0.59% | - |
| XYZ | 26.91 | 27.46 | 29.08 | - |
| YUV | 143.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 141 | 0 | 0.06 | 0.06 | 0.41 | 0 | 0.04 | 0.57 |
| Hex | 96 | 8D | 8D | 0 | 6 | 6 | 29 | 0 | 4 | 39 |
| Octal | 226 | 215 | 215 | 0 | 6 | 6 | 51 | 0 | 4 | 71 |
| Binary | 10010110 | 10001101 | 10001101 | 0 | 110 | 110 | 101001 | 0 | 100 | 111001 |
Color Harmonies of #968D8D
Complementary color
Monochromatic Colors of #968D8D
Black with #968D8D
Text Example
Text Example
White with #968D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D8D; }
p { color: rgb(150,141,141); }
H1.HeaderClassName
{
color: #968D8D;
}
.AnyTagClassName
{
color: #968D8D;
}
</style>
background-color css
<style>
a { background-color: #968D8D; }
a { background-color: rgb(150,141,141); }
div.DivClassName
{
background-color: #968D8D;
}
.BgClassName
{
background-color: #968D8D;
}
</style>
border-color css
<style>
span { border-color: #968D8D; }
span { border-color: rgb(150,141,141); }
td.TdClassName
{
border-color: #968D8D;
}
.TagClassName
{
border-color: #968D8D;
}
</style>