Shades of Suva Grey #8B8685
Tints of Suva Grey #8B8685
RGB
CMYK
RGB Variations
Color information
#8B8685 (or 0x8B8685) is known color: Suva Grey. HEX triplet: 8B, 86 and 85. RGB value is (139,134,133). Sum of RGB (Red+Green+Blue) = 139+134+133=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8685 is #74797A. Grayscale: #878787. Windows color (decimal): -7633275 or 8750731. OLE color: 8750731.
HSL color Cylindrical-coordinate representation of color #8B8685: hue angle of 10º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8B8685 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 133 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.45 |
| HSL | 10º | 0.03% | 0.53% | - |
| HSV(B) | 10º | 0.04% | 0.55% | - |
| XYZ | 23.41 | 24.23 | 25.63 | - |
| YUV | 135.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 133 | 0 | 0.04 | 0.04 | 0.45 | 10 | 0.03 | 0.53 |
| Hex | 8B | 86 | 85 | 0 | 4 | 4 | 2D | A | 3 | 35 |
| Octal | 213 | 206 | 205 | 0 | 4 | 4 | 55 | 12 | 3 | 65 |
| Binary | 10001011 | 10000110 | 10000101 | 0 | 100 | 100 | 101101 | 1010 | 11 | 110101 |
Color Harmonies of #8B8685
Complementary color
Monochromatic Colors of #8B8685
Black with #8B8685
Text Example
Text Example
White with #8B8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8685; }
p { color: rgb(139,134,133); }
H1.HeaderClassName
{
color: #8B8685;
}
.AnyTagClassName
{
color: #8B8685;
}
</style>
background-color css
<style>
a { background-color: #8B8685; }
a { background-color: rgb(139,134,133); }
div.DivClassName
{
background-color: #8B8685;
}
.BgClassName
{
background-color: #8B8685;
}
</style>
border-color css
<style>
span { border-color: #8B8685; }
span { border-color: rgb(139,134,133); }
td.TdClassName
{
border-color: #8B8685;
}
.TagClassName
{
border-color: #8B8685;
}
</style>