Shades of Suva Grey #968F8C
Tints of Suva Grey #968F8C
RGB
CMYK
RGB Variations
Color information
#968F8C (or 0x968F8C) is known color: Suva Grey. HEX triplet: 96, 8F and 8C. RGB value is (150,143,140). Sum of RGB (Red+Green+Blue) = 150+143+140=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 150 - color contains mainly: red. Hex color #968F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F8C is #697073. Grayscale: #909090. Windows color (decimal): -6910068 or 9211798. OLE color: 9211798.
HSL color Cylindrical-coordinate representation of color #968F8C: hue angle of 18º 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 #968F8C is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 140 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.41 |
| HSL | 18º | 0.05% | 0.57% | - |
| HSV(B) | 18º | 0.07% | 0.59% | - |
| XYZ | 27.13 | 28.02 | 28.79 | - |
| YUV | 144.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 140 | 0 | 0.05 | 0.07 | 0.41 | 18 | 0.05 | 0.57 |
| Hex | 96 | 8F | 8C | 0 | 5 | 7 | 29 | 12 | 5 | 39 |
| Octal | 226 | 217 | 214 | 0 | 5 | 7 | 51 | 22 | 5 | 71 |
| Binary | 10010110 | 10001111 | 10001100 | 0 | 101 | 111 | 101001 | 10010 | 101 | 111001 |
Color Harmonies of #968F8C
Complementary color
Monochromatic Colors of #968F8C
Black with #968F8C
Text Example
Text Example
White with #968F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F8C; }
p { color: rgb(150,143,140); }
H1.HeaderClassName
{
color: #968F8C;
}
.AnyTagClassName
{
color: #968F8C;
}
</style>
background-color css
<style>
a { background-color: #968F8C; }
a { background-color: rgb(150,143,140); }
div.DivClassName
{
background-color: #968F8C;
}
.BgClassName
{
background-color: #968F8C;
}
</style>
border-color css
<style>
span { border-color: #968F8C; }
span { border-color: rgb(150,143,140); }
td.TdClassName
{
border-color: #968F8C;
}
.TagClassName
{
border-color: #968F8C;
}
</style>