Shades of Suva Grey #8B807E
Tints of Suva Grey #8B807E
RGB
CMYK
RGB Variations
Color information
#8B807E (or 0x8B807E) is known color: Suva Grey. HEX triplet: 8B, 80 and 7E. RGB value is (139,128,126). Sum of RGB (Red+Green+Blue) = 139+128+126=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B807E is #747F81. Grayscale: #838383. Windows color (decimal): -7634818 or 8290443. OLE color: 8290443.
HSL color Cylindrical-coordinate representation of color #8B807E: hue angle of 9.23º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B807E is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 126 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.45 |
| HSL | 9.23º | 0.05% | 0.52% | - |
| HSV(B) | 9.23º | 0.09% | 0.55% | - |
| XYZ | 22.13 | 22.43 | 22.9 | - |
| YUV | 131.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 126 | 0 | 0.08 | 0.09 | 0.45 | 9.23 | 0.05 | 0.52 |
| Hex | 8B | 80 | 7E | 0 | 8 | 9 | 2D | 9 | 5 | 34 |
| Octal | 213 | 200 | 176 | 0 | 10 | 11 | 55 | 11 | 5 | 64 |
| Binary | 10001011 | 10000000 | 1111110 | 0 | 1000 | 1001 | 101101 | 1001 | 101 | 110100 |
Color Harmonies of #8B807E
Complementary color
Monochromatic Colors of #8B807E
Black with #8B807E
Text Example
Text Example
White with #8B807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B807E; }
p { color: rgb(139,128,126); }
H1.HeaderClassName
{
color: #8B807E;
}
.AnyTagClassName
{
color: #8B807E;
}
</style>
background-color css
<style>
a { background-color: #8B807E; }
a { background-color: rgb(139,128,126); }
div.DivClassName
{
background-color: #8B807E;
}
.BgClassName
{
background-color: #8B807E;
}
</style>
border-color css
<style>
span { border-color: #8B807E; }
span { border-color: rgb(139,128,126); }
td.TdClassName
{
border-color: #8B807E;
}
.TagClassName
{
border-color: #8B807E;
}
</style>