Shades of Suva Grey #8F8F8F
Tints of Suva Grey #8F8F8F
RGB
CMYK
RGB Variations
Color information
#8F8F8F (or 0x8F8F8F) is known color: Suva Grey. HEX triplet: 8F, 8F and 8F. RGB value is (143,143,143). Sum of RGB (Red+Green+Blue) = 143+143+143=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 143 - color contains mainly: red, green, blue. Hex color #8F8F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8F8F is #707070. Grayscale: #8E8E8E. Windows color (decimal): -7368817 or 9408399. OLE color: 9408399.
HSL color Cylindrical-coordinate representation of color #8F8F8F: hue angle of 0º degrees, saturation: 0, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0%. Process color model (Four color, CMYK) of #8F8F8F is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
RGB | 143 | 143 | 143 | - |
CMYK | 0 | 0 | 0 | 0.44 |
HSL | 0º | 0% | 0.56% | - |
HSV(B) | 0º | 0% | 0.56% | - |
XYZ | 26.11 | 27.47 | 29.91 | - |
YUV | 143 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 143 | 143 | 0 | 0 | 0 | 0.44 | 0 | 0 | 0.56 |
Hex | 8F | 8F | 8F | 0 | 0 | 0 | 2C | 0 | 0 | 38 |
Octal | 217 | 217 | 217 | 0 | 0 | 0 | 54 | 0 | 0 | 70 |
Binary | 10001111 | 10001111 | 10001111 | 0 | 0 | 0 | 101100 | 0 | 0 | 111000 |
Color Harmonies of #8F8F8F
Complementary color
Monochromatic Colors of #8F8F8F
Black with #8F8F8F
Text Example
Text Example
White with #8F8F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8F8F; }
p { color: rgb(143,143,143); }
H1.HeaderClassName
{
color: #8F8F8F;
}
.AnyTagClassName
{
color: #8F8F8F;
}
</style>
background-color css
<style>
a { background-color: #8F8F8F; }
a { background-color: rgb(143,143,143); }
div.DivClassName
{
background-color: #8F8F8F;
}
.BgClassName
{
background-color: #8F8F8F;
}
</style>
border-color css
<style>
span { border-color: #8F8F8F; }
span { border-color: rgb(143,143,143); }
td.TdClassName
{
border-color: #8F8F8F;
}
.TagClassName
{
border-color: #8F8F8F;
}
</style>