Shades of Suva Grey #8F8B8A
Tints of Suva Grey #8F8B8A
RGB
CMYK
RGB Variations
Color information
#8F8B8A (or 0x8F8B8A) is known color: Suva Grey. HEX triplet: 8F, 8B and 8A. RGB value is (143,139,138). Sum of RGB (Red+Green+Blue) = 143+139+138=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8B8A is #707475. Grayscale: #8C8C8C. Windows color (decimal): -7369846 or 9079695. OLE color: 9079695.
HSL color Cylindrical-coordinate representation of color #8F8B8A: hue angle of 12º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8F8B8A is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 139 | 138 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.44 |
| HSL | 12º | 0.02% | 0.55% | - |
| HSV(B) | 12º | 0.03% | 0.56% | - |
| XYZ | 25.15 | 26.14 | 27.76 | - |
| YUV | 140.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 139 | 138 | 0 | 0.03 | 0.03 | 0.44 | 12 | 0.02 | 0.55 |
| Hex | 8F | 8B | 8A | 0 | 3 | 3 | 2C | C | 2 | 37 |
| Octal | 217 | 213 | 212 | 0 | 3 | 3 | 54 | 14 | 2 | 67 |
| Binary | 10001111 | 10001011 | 10001010 | 0 | 11 | 11 | 101100 | 1100 | 10 | 110111 |
Color Harmonies of #8F8B8A
Complementary color
Monochromatic Colors of #8F8B8A
Black with #8F8B8A
Text Example
Text Example
White with #8F8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8B8A; }
p { color: rgb(143,139,138); }
H1.HeaderClassName
{
color: #8F8B8A;
}
.AnyTagClassName
{
color: #8F8B8A;
}
</style>
background-color css
<style>
a { background-color: #8F8B8A; }
a { background-color: rgb(143,139,138); }
div.DivClassName
{
background-color: #8F8B8A;
}
.BgClassName
{
background-color: #8F8B8A;
}
</style>
border-color css
<style>
span { border-color: #8F8B8A; }
span { border-color: rgb(143,139,138); }
td.TdClassName
{
border-color: #8F8B8A;
}
.TagClassName
{
border-color: #8F8B8A;
}
</style>