Shades of Suva Grey #958A86
Tints of Suva Grey #958A86
RGB
CMYK
RGB Variations
Color information
#958A86 (or 0x958A86) is known color: Suva Grey. HEX triplet: 95, 8A and 86. RGB value is (149,138,134). Sum of RGB (Red+Green+Blue) = 149+138+134=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #958A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A86 is #6A7579. Grayscale: #8C8C8C. Windows color (decimal): -6976890 or 8817301. OLE color: 8817301.
HSL color Cylindrical-coordinate representation of color #958A86: hue angle of 16º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #958A86 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 134 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.42 |
| HSL | 16º | 0.07% | 0.55% | - |
| HSV(B) | 16º | 0.1% | 0.58% | - |
| XYZ | 25.79 | 26.29 | 26.27 | - |
| YUV | 140.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 134 | 0 | 0.07 | 0.10 | 0.42 | 16 | 0.07 | 0.55 |
| Hex | 95 | 8A | 86 | 0 | 7 | A | 2A | 10 | 7 | 37 |
| Octal | 225 | 212 | 206 | 0 | 7 | 12 | 52 | 20 | 7 | 67 |
| Binary | 10010101 | 10001010 | 10000110 | 0 | 111 | 1010 | 101010 | 10000 | 111 | 110111 |
Color Harmonies of #958A86
Complementary color
Monochromatic Colors of #958A86
Black with #958A86
Text Example
Text Example
White with #958A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A86; }
p { color: rgb(149,138,134); }
H1.HeaderClassName
{
color: #958A86;
}
.AnyTagClassName
{
color: #958A86;
}
</style>
background-color css
<style>
a { background-color: #958A86; }
a { background-color: rgb(149,138,134); }
div.DivClassName
{
background-color: #958A86;
}
.BgClassName
{
background-color: #958A86;
}
</style>
border-color css
<style>
span { border-color: #958A86; }
span { border-color: rgb(149,138,134); }
td.TdClassName
{
border-color: #958A86;
}
.TagClassName
{
border-color: #958A86;
}
</style>