Shades of Suva Grey #958884
Tints of Suva Grey #958884
RGB
CMYK
RGB Variations
Color information
#958884 (or 0x958884) is known color: Suva Grey. HEX triplet: 95, 88 and 84. RGB value is (149,136,132). Sum of RGB (Red+Green+Blue) = 149+136+132=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958884 is #6A777B. Grayscale: #8B8B8B. Windows color (decimal): -6977404 or 8685717. OLE color: 8685717.
HSL color Cylindrical-coordinate representation of color #958884: hue angle of 14.12º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958884 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 132 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.42 |
| HSL | 14.12º | 0.07% | 0.55% | - |
| HSV(B) | 14.12º | 0.11% | 0.58% | - |
| XYZ | 25.36 | 25.66 | 25.45 | - |
| YUV | 139.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 132 | 0 | 0.09 | 0.11 | 0.42 | 14.12 | 0.07 | 0.55 |
| Hex | 95 | 88 | 84 | 0 | 9 | B | 2A | E | 7 | 37 |
| Octal | 225 | 210 | 204 | 0 | 11 | 13 | 52 | 16 | 7 | 67 |
| Binary | 10010101 | 10001000 | 10000100 | 0 | 1001 | 1011 | 101010 | 1110 | 111 | 110111 |
Color Harmonies of #958884
Complementary color
Monochromatic Colors of #958884
Black with #958884
Text Example
Text Example
White with #958884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958884; }
p { color: rgb(149,136,132); }
H1.HeaderClassName
{
color: #958884;
}
.AnyTagClassName
{
color: #958884;
}
</style>
background-color css
<style>
a { background-color: #958884; }
a { background-color: rgb(149,136,132); }
div.DivClassName
{
background-color: #958884;
}
.BgClassName
{
background-color: #958884;
}
</style>
border-color css
<style>
span { border-color: #958884; }
span { border-color: rgb(149,136,132); }
td.TdClassName
{
border-color: #958884;
}
.TagClassName
{
border-color: #958884;
}
</style>