Shades of Suva Grey #968E8C
Tints of Suva Grey #968E8C
RGB
CMYK
RGB Variations
Color information
#968E8C (or 0x968E8C) is known color: Suva Grey. HEX triplet: 96, 8E and 8C. RGB value is (150,142,140). Sum of RGB (Red+Green+Blue) = 150+142+140=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #968E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E8C is #697173. Grayscale: #909090. Windows color (decimal): -6910324 or 9211542. OLE color: 9211542.
HSL color Cylindrical-coordinate representation of color #968E8C: hue angle of 12º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968E8C is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 140 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.41 |
| HSL | 12º | 0.05% | 0.57% | - |
| HSV(B) | 12º | 0.07% | 0.59% | - |
| XYZ | 26.98 | 27.72 | 28.74 | - |
| YUV | 144.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 140 | 0 | 0.05 | 0.07 | 0.41 | 12 | 0.05 | 0.57 |
| Hex | 96 | 8E | 8C | 0 | 5 | 7 | 29 | C | 5 | 39 |
| Octal | 226 | 216 | 214 | 0 | 5 | 7 | 51 | 14 | 5 | 71 |
| Binary | 10010110 | 10001110 | 10001100 | 0 | 101 | 111 | 101001 | 1100 | 101 | 111001 |
Color Harmonies of #968E8C
Complementary color
Monochromatic Colors of #968E8C
Black with #968E8C
Text Example
Text Example
White with #968E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E8C; }
p { color: rgb(150,142,140); }
H1.HeaderClassName
{
color: #968E8C;
}
.AnyTagClassName
{
color: #968E8C;
}
</style>
background-color css
<style>
a { background-color: #968E8C; }
a { background-color: rgb(150,142,140); }
div.DivClassName
{
background-color: #968E8C;
}
.BgClassName
{
background-color: #968E8C;
}
</style>
border-color css
<style>
span { border-color: #968E8C; }
span { border-color: rgb(150,142,140); }
td.TdClassName
{
border-color: #968E8C;
}
.TagClassName
{
border-color: #968E8C;
}
</style>