Shades of Suva Grey #8D8B8A
Tints of Suva Grey #8D8B8A
RGB
CMYK
RGB Variations
Color information
#8D8B8A (or 0x8D8B8A) is known color: Suva Grey. HEX triplet: 8D, 8B and 8A. RGB value is (141,139,138). Sum of RGB (Red+Green+Blue) = 141+139+138=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8B8A is #727475. Grayscale: #8B8B8B. Windows color (decimal): -7500918 or 9079693. OLE color: 9079693.
HSL color Cylindrical-coordinate representation of color #8D8B8A: hue angle of 20º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8D8B8A is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
RGB | 141 | 139 | 138 | - |
CMYK | 0 | 0.01 | 0.02 | 0.45 |
HSL | 20º | 0.01% | 0.55% | - |
HSV(B) | 20º | 0.02% | 0.55% | - |
XYZ | 24.8 | 25.96 | 27.75 | - |
YUV | 139.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 139 | 138 | 0 | 0.01 | 0.02 | 0.45 | 20 | 0.01 | 0.55 |
Hex | 8D | 8B | 8A | 0 | 1 | 2 | 2D | 14 | 1 | 37 |
Octal | 215 | 213 | 212 | 0 | 1 | 2 | 55 | 24 | 1 | 67 |
Binary | 10001101 | 10001011 | 10001010 | 0 | 1 | 10 | 101101 | 10100 | 1 | 110111 |
Color Harmonies of #8D8B8A
Complementary color
Monochromatic Colors of #8D8B8A
Black with #8D8B8A
Text Example
Text Example
White with #8D8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8B8A; }
p { color: rgb(141,139,138); }
H1.HeaderClassName
{
color: #8D8B8A;
}
.AnyTagClassName
{
color: #8D8B8A;
}
</style>
background-color css
<style>
a { background-color: #8D8B8A; }
a { background-color: rgb(141,139,138); }
div.DivClassName
{
background-color: #8D8B8A;
}
.BgClassName
{
background-color: #8D8B8A;
}
</style>
border-color css
<style>
span { border-color: #8D8B8A; }
span { border-color: rgb(141,139,138); }
td.TdClassName
{
border-color: #8D8B8A;
}
.TagClassName
{
border-color: #8D8B8A;
}
</style>