Shades of Suva Grey #8B8482
Tints of Suva Grey #8B8482
RGB
CMYK
RGB Variations
Color information
#8B8482 (or 0x8B8482) is known color: Suva Grey. HEX triplet: 8B, 84 and 82. RGB value is (139,132,130). Sum of RGB (Red+Green+Blue) = 139+132+130=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8482 is #747B7D. Grayscale: #858585. Windows color (decimal): -7633790 or 8553611. OLE color: 8553611.
HSL color Cylindrical-coordinate representation of color #8B8482: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8482 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 130 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.45 |
| HSL | 13.33º | 0.04% | 0.53% | - |
| HSV(B) | 13.33º | 0.06% | 0.55% | - |
| XYZ | 22.93 | 23.6 | 24.47 | - |
| YUV | 133.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 130 | 0 | 0.05 | 0.06 | 0.45 | 13.33 | 0.04 | 0.53 |
| Hex | 8B | 84 | 82 | 0 | 5 | 6 | 2D | D | 4 | 35 |
| Octal | 213 | 204 | 202 | 0 | 5 | 6 | 55 | 15 | 4 | 65 |
| Binary | 10001011 | 10000100 | 10000010 | 0 | 101 | 110 | 101101 | 1101 | 100 | 110101 |
Color Harmonies of #8B8482
Complementary color
Monochromatic Colors of #8B8482
Black with #8B8482
Text Example
Text Example
White with #8B8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8482; }
p { color: rgb(139,132,130); }
H1.HeaderClassName
{
color: #8B8482;
}
.AnyTagClassName
{
color: #8B8482;
}
</style>
background-color css
<style>
a { background-color: #8B8482; }
a { background-color: rgb(139,132,130); }
div.DivClassName
{
background-color: #8B8482;
}
.BgClassName
{
background-color: #8B8482;
}
</style>
border-color css
<style>
span { border-color: #8B8482; }
span { border-color: rgb(139,132,130); }
td.TdClassName
{
border-color: #8B8482;
}
.TagClassName
{
border-color: #8B8482;
}
</style>