Shades of Suva Grey #958984
Tints of Suva Grey #958984
RGB
CMYK
RGB Variations
Color information
#958984 (or 0x958984) is known color: Suva Grey. HEX triplet: 95, 89 and 84. RGB value is (149,137,132). Sum of RGB (Red+Green+Blue) = 149+137+132=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #958984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958984 is #6A767B. Grayscale: #8C8C8C. Windows color (decimal): -6977148 or 8685973. OLE color: 8685973.
HSL color Cylindrical-coordinate representation of color #958984: hue angle of 17.65º 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 #958984 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 132 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.42 |
| HSL | 17.65º | 0.07% | 0.55% | - |
| HSV(B) | 17.65º | 0.11% | 0.58% | - |
| XYZ | 25.5 | 25.95 | 25.49 | - |
| YUV | 140.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 132 | 0 | 0.08 | 0.11 | 0.42 | 17.65 | 0.07 | 0.55 |
| Hex | 95 | 89 | 84 | 0 | 8 | B | 2A | 12 | 7 | 37 |
| Octal | 225 | 211 | 204 | 0 | 10 | 13 | 52 | 22 | 7 | 67 |
| Binary | 10010101 | 10001001 | 10000100 | 0 | 1000 | 1011 | 101010 | 10010 | 111 | 110111 |
Color Harmonies of #958984
Complementary color
Monochromatic Colors of #958984
Black with #958984
Text Example
Text Example
White with #958984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958984; }
p { color: rgb(149,137,132); }
H1.HeaderClassName
{
color: #958984;
}
.AnyTagClassName
{
color: #958984;
}
</style>
background-color css
<style>
a { background-color: #958984; }
a { background-color: rgb(149,137,132); }
div.DivClassName
{
background-color: #958984;
}
.BgClassName
{
background-color: #958984;
}
</style>
border-color css
<style>
span { border-color: #958984; }
span { border-color: rgb(149,137,132); }
td.TdClassName
{
border-color: #958984;
}
.TagClassName
{
border-color: #958984;
}
</style>