Shades of Suva Grey #938A86
Tints of Suva Grey #938A86
RGB
CMYK
RGB Variations
Color information
#938A86 (or 0x938A86) is known color: Suva Grey. HEX triplet: 93, 8A and 86. RGB value is (147,138,134). Sum of RGB (Red+Green+Blue) = 147+138+134=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #938A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A86 is #6C7579. Grayscale: #8C8C8C. Windows color (decimal): -7107962 or 8817299. OLE color: 8817299.
HSL color Cylindrical-coordinate representation of color #938A86: hue angle of 18.46º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #938A86 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 134 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.42 |
| HSL | 18.46º | 0.06% | 0.55% | - |
| HSV(B) | 18.46º | 0.09% | 0.58% | - |
| XYZ | 25.42 | 26.1 | 26.25 | - |
| YUV | 140.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 134 | 0 | 0.06 | 0.09 | 0.42 | 18.46 | 0.06 | 0.55 |
| Hex | 93 | 8A | 86 | 0 | 6 | 9 | 2A | 12 | 6 | 37 |
| Octal | 223 | 212 | 206 | 0 | 6 | 11 | 52 | 22 | 6 | 67 |
| Binary | 10010011 | 10001010 | 10000110 | 0 | 110 | 1001 | 101010 | 10010 | 110 | 110111 |
Color Harmonies of #938A86
Complementary color
Monochromatic Colors of #938A86
Black with #938A86
Text Example
Text Example
White with #938A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A86; }
p { color: rgb(147,138,134); }
H1.HeaderClassName
{
color: #938A86;
}
.AnyTagClassName
{
color: #938A86;
}
</style>
background-color css
<style>
a { background-color: #938A86; }
a { background-color: rgb(147,138,134); }
div.DivClassName
{
background-color: #938A86;
}
.BgClassName
{
background-color: #938A86;
}
</style>
border-color css
<style>
span { border-color: #938A86; }
span { border-color: rgb(147,138,134); }
td.TdClassName
{
border-color: #938A86;
}
.TagClassName
{
border-color: #938A86;
}
</style>