Shades of Suva Grey #8E8B8B
Tints of Suva Grey #8E8B8B
RGB
CMYK
RGB Variations
Color information
#8E8B8B (or 0x8E8B8B) is known color: Suva Grey. HEX triplet: 8E, 8B and 8B. RGB value is (142,139,139). Sum of RGB (Red+Green+Blue) = 142+139+139=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8B8B is #717474. Grayscale: #8B8B8B. Windows color (decimal): -7435381 or 9145230. OLE color: 9145230.
HSL color Cylindrical-coordinate representation of color #8E8B8B: hue angle of 0º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8E8B8B is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
RGB | 142 | 139 | 139 | - |
CMYK | 0 | 0.02 | 0.02 | 0.44 |
HSL | 0º | 0.01% | 0.55% | - |
HSV(B) | 0º | 0.02% | 0.56% | - |
XYZ | 25.05 | 26.08 | 28.14 | - |
YUV | 139.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 142 | 139 | 139 | 0 | 0.02 | 0.02 | 0.44 | 0 | 0.01 | 0.55 |
Hex | 8E | 8B | 8B | 0 | 2 | 2 | 2C | 0 | 1 | 37 |
Octal | 216 | 213 | 213 | 0 | 2 | 2 | 54 | 0 | 1 | 67 |
Binary | 10001110 | 10001011 | 10001011 | 0 | 10 | 10 | 101100 | 0 | 1 | 110111 |
Color Harmonies of #8E8B8B
Complementary color
Monochromatic Colors of #8E8B8B
Black with #8E8B8B
Text Example
Text Example
White with #8E8B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8B8B; }
p { color: rgb(142,139,139); }
H1.HeaderClassName
{
color: #8E8B8B;
}
.AnyTagClassName
{
color: #8E8B8B;
}
</style>
background-color css
<style>
a { background-color: #8E8B8B; }
a { background-color: rgb(142,139,139); }
div.DivClassName
{
background-color: #8E8B8B;
}
.BgClassName
{
background-color: #8E8B8B;
}
</style>
border-color css
<style>
span { border-color: #8E8B8B; }
span { border-color: rgb(142,139,139); }
td.TdClassName
{
border-color: #8E8B8B;
}
.TagClassName
{
border-color: #8E8B8B;
}
</style>