Shades of Grey Suit #8A889B
Tints of Grey Suit #8A889B
RGB
CMYK
RGB Variations
Color information
#8A889B (or 0x8A889B) is known color: Grey Suit. HEX triplet: 8A, 88 and 9B. RGB value is (138,136,155). Sum of RGB (Red+Green+Blue) = 138+136+155=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A889B is #757764. Grayscale: #8A8A8A. Windows color (decimal): -7698277 or 10193034. OLE color: 10193034.
HSL color Cylindrical-coordinate representation of color #8A889B: hue angle of 246.32º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A889B is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 136 | 155 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.39 |
| HSL | 246.32º | 0.09% | 0.57% | - |
| HSV(B) | 246.32º | 0.12% | 0.61% | - |
| XYZ | 25.2 | 25.38 | 34.58 | - |
| YUV | 138.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 155 | 0.11 | 0.12 | 0 | 0.39 | 246.32 | 0.09 | 0.57 |
| Hex | 8A | 88 | 9B | B | C | 0 | 27 | F6 | 9 | 39 |
| Octal | 212 | 210 | 233 | 13 | 14 | 0 | 47 | 366 | 11 | 71 |
| Binary | 10001010 | 10001000 | 10011011 | 1011 | 1100 | 0 | 100111 | 11110110 | 1001 | 111001 |
Color Harmonies of #8A889B
Complementary color
Monochromatic Colors of #8A889B
Black with #8A889B
Text Example
Text Example
White with #8A889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A889B; }
p { color: rgb(138,136,155); }
H1.HeaderClassName
{
color: #8A889B;
}
.AnyTagClassName
{
color: #8A889B;
}
</style>
background-color css
<style>
a { background-color: #8A889B; }
a { background-color: rgb(138,136,155); }
div.DivClassName
{
background-color: #8A889B;
}
.BgClassName
{
background-color: #8A889B;
}
</style>
border-color css
<style>
span { border-color: #8A889B; }
span { border-color: rgb(138,136,155); }
td.TdClassName
{
border-color: #8A889B;
}
.TagClassName
{
border-color: #8A889B;
}
</style>