Shades of Suva Grey #958887
Tints of Suva Grey #958887
RGB
CMYK
RGB Variations
Color information
#958887 (or 0x958887) is known color: Suva Grey. HEX triplet: 95, 88 and 87. RGB value is (149,136,135). Sum of RGB (Red+Green+Blue) = 149+136+135=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #958887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958887 is #6A7778. Grayscale: #8B8B8B. Windows color (decimal): -6977401 or 8882325. OLE color: 8882325.
HSL color Cylindrical-coordinate representation of color #958887: hue angle of 4.29º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958887 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 135 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.42 |
| HSL | 4.29º | 0.06% | 0.56% | - |
| HSV(B) | 4.29º | 0.09% | 0.58% | - |
| XYZ | 25.57 | 25.75 | 26.54 | - |
| YUV | 139.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 135 | 0 | 0.09 | 0.09 | 0.42 | 4.29 | 0.06 | 0.56 |
| Hex | 95 | 88 | 87 | 0 | 9 | 9 | 2A | 4 | 6 | 38 |
| Octal | 225 | 210 | 207 | 0 | 11 | 11 | 52 | 4 | 6 | 70 |
| Binary | 10010101 | 10001000 | 10000111 | 0 | 1001 | 1001 | 101010 | 100 | 110 | 111000 |
Color Harmonies of #958887
Complementary color
Monochromatic Colors of #958887
Black with #958887
Text Example
Text Example
White with #958887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958887; }
p { color: rgb(149,136,135); }
H1.HeaderClassName
{
color: #958887;
}
.AnyTagClassName
{
color: #958887;
}
</style>
background-color css
<style>
a { background-color: #958887; }
a { background-color: rgb(149,136,135); }
div.DivClassName
{
background-color: #958887;
}
.BgClassName
{
background-color: #958887;
}
</style>
border-color css
<style>
span { border-color: #958887; }
span { border-color: rgb(149,136,135); }
td.TdClassName
{
border-color: #958887;
}
.TagClassName
{
border-color: #958887;
}
</style>