Shades of Suva Grey #968B87
Tints of Suva Grey #968B87
RGB
CMYK
RGB Variations
Color information
#968B87 (or 0x968B87) is known color: Suva Grey. HEX triplet: 96, 8B and 87. RGB value is (150,139,135). Sum of RGB (Red+Green+Blue) = 150+139+135=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #968B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B87 is #697478. Grayscale: #8D8D8D. Windows color (decimal): -6911097 or 8883094. OLE color: 8883094.
HSL color Cylindrical-coordinate representation of color #968B87: hue angle of 16º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #968B87 is Cyan = 0, Magento = 0.07, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 135 | - |
| CMYK | 0 | 0.07 | 0.1 | 0.41 |
| HSL | 16º | 0.07% | 0.56% | - |
| HSV(B) | 16º | 0.1% | 0.59% | - |
| XYZ | 26.18 | 26.7 | 26.69 | - |
| YUV | 141.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 135 | 0 | 0.07 | 0.1 | 0.41 | 16 | 0.07 | 0.56 |
| Hex | 96 | 8B | 87 | 0 | 7 | A | 29 | 10 | 7 | 38 |
| Octal | 226 | 213 | 207 | 0 | 7 | 12 | 51 | 20 | 7 | 70 |
| Binary | 10010110 | 10001011 | 10000111 | 0 | 111 | 1010 | 101001 | 10000 | 111 | 111000 |
Color Harmonies of #968B87
Complementary color
Monochromatic Colors of #968B87
Black with #968B87
Text Example
Text Example
White with #968B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B87; }
p { color: rgb(150,139,135); }
H1.HeaderClassName
{
color: #968B87;
}
.AnyTagClassName
{
color: #968B87;
}
</style>
background-color css
<style>
a { background-color: #968B87; }
a { background-color: rgb(150,139,135); }
div.DivClassName
{
background-color: #968B87;
}
.BgClassName
{
background-color: #968B87;
}
</style>
border-color css
<style>
span { border-color: #968B87; }
span { border-color: rgb(150,139,135); }
td.TdClassName
{
border-color: #968B87;
}
.TagClassName
{
border-color: #968B87;
}
</style>