Shades of Suva Grey #8A8887
Tints of Suva Grey #8A8887
RGB
CMYK
RGB Variations
Color information
#8A8887 (or 0x8A8887) is known color: Suva Grey. HEX triplet: 8A, 88 and 87. RGB value is (138,136,135). Sum of RGB (Red+Green+Blue) = 138+136+135=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8887 is #757778. Grayscale: #888888. Windows color (decimal): -7698297 or 8882314. OLE color: 8882314.
HSL color Cylindrical-coordinate representation of color #8A8887: hue angle of 20º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8A8887 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
RGB | 138 | 136 | 135 | - |
CMYK | 0 | 0.01 | 0.02 | 0.46 |
HSL | 20º | 0.01% | 0.54% | - |
HSV(B) | 20º | 0.02% | 0.54% | - |
XYZ | 23.66 | 24.76 | 26.45 | - |
YUV | 136.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 136 | 135 | 0 | 0.01 | 0.02 | 0.46 | 20 | 0.01 | 0.54 |
Hex | 8A | 88 | 87 | 0 | 1 | 2 | 2E | 14 | 1 | 36 |
Octal | 212 | 210 | 207 | 0 | 1 | 2 | 56 | 24 | 1 | 66 |
Binary | 10001010 | 10001000 | 10000111 | 0 | 1 | 10 | 101110 | 10100 | 1 | 110110 |
Color Harmonies of #8A8887
Complementary color
Monochromatic Colors of #8A8887
Black with #8A8887
Text Example
Text Example
White with #8A8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8887; }
p { color: rgb(138,136,135); }
H1.HeaderClassName
{
color: #8A8887;
}
.AnyTagClassName
{
color: #8A8887;
}
</style>
background-color css
<style>
a { background-color: #8A8887; }
a { background-color: rgb(138,136,135); }
div.DivClassName
{
background-color: #8A8887;
}
.BgClassName
{
background-color: #8A8887;
}
</style>
border-color css
<style>
span { border-color: #8A8887; }
span { border-color: rgb(138,136,135); }
td.TdClassName
{
border-color: #8A8887;
}
.TagClassName
{
border-color: #8A8887;
}
</style>