Shades of Suva Grey #8B8887
Tints of Suva Grey #8B8887
RGB
CMYK
RGB Variations
Color information
#8B8887 (or 0x8B8887) is known color: Suva Grey. HEX triplet: 8B, 88 and 87. RGB value is (139,136,135). Sum of RGB (Red+Green+Blue) = 139+136+135=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8887 is #747778. Grayscale: #888888. Windows color (decimal): -7632761 or 8882315. OLE color: 8882315.
HSL color Cylindrical-coordinate representation of color #8B8887: hue angle of 15º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8B8887 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 135 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.45 |
| HSL | 15º | 0.02% | 0.54% | - |
| HSV(B) | 15º | 0.03% | 0.55% | - |
| XYZ | 23.82 | 24.85 | 26.46 | - |
| YUV | 136.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 135 | 0 | 0.02 | 0.03 | 0.45 | 15 | 0.02 | 0.54 |
| Hex | 8B | 88 | 87 | 0 | 2 | 3 | 2D | F | 2 | 36 |
| Octal | 213 | 210 | 207 | 0 | 2 | 3 | 55 | 17 | 2 | 66 |
| Binary | 10001011 | 10001000 | 10000111 | 0 | 10 | 11 | 101101 | 1111 | 10 | 110110 |
Color Harmonies of #8B8887
Complementary color
Monochromatic Colors of #8B8887
Black with #8B8887
Text Example
Text Example
White with #8B8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8887; }
p { color: rgb(139,136,135); }
H1.HeaderClassName
{
color: #8B8887;
}
.AnyTagClassName
{
color: #8B8887;
}
</style>
background-color css
<style>
a { background-color: #8B8887; }
a { background-color: rgb(139,136,135); }
div.DivClassName
{
background-color: #8B8887;
}
.BgClassName
{
background-color: #8B8887;
}
</style>
border-color css
<style>
span { border-color: #8B8887; }
span { border-color: rgb(139,136,135); }
td.TdClassName
{
border-color: #8B8887;
}
.TagClassName
{
border-color: #8B8887;
}
</style>