Shades of Grey Suit #8A839D
Tints of Grey Suit #8A839D
RGB
CMYK
RGB Variations
Color information
#8A839D (or 0x8A839D) is known color: Grey Suit. HEX triplet: 8A, 83 and 9D. RGB value is (138,131,157). Sum of RGB (Red+Green+Blue) = 138+131+157=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A839D is #757C62. Grayscale: #878787. Windows color (decimal): -7699555 or 10322826. OLE color: 10322826.
HSL color Cylindrical-coordinate representation of color #8A839D: hue angle of 256.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A839D is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 131 | 157 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.38 |
| HSL | 256.15º | 0.12% | 0.56% | - |
| HSV(B) | 256.15º | 0.17% | 0.62% | - |
| XYZ | 24.68 | 24.07 | 35.24 | - |
| YUV | 136.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 157 | 0.12 | 0.17 | 0 | 0.38 | 256.15 | 0.12 | 0.56 |
| Hex | 8A | 83 | 9D | C | 11 | 0 | 26 | 100 | C | 38 |
| Octal | 212 | 203 | 235 | 14 | 21 | 0 | 46 | 400 | 14 | 70 |
| Binary | 10001010 | 10000011 | 10011101 | 1100 | 10001 | 0 | 100110 | 100000000 | 1100 | 111000 |
Color Harmonies of #8A839D
Complementary color
Monochromatic Colors of #8A839D
Black with #8A839D
Text Example
Text Example
White with #8A839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A839D; }
p { color: rgb(138,131,157); }
H1.HeaderClassName
{
color: #8A839D;
}
.AnyTagClassName
{
color: #8A839D;
}
</style>
background-color css
<style>
a { background-color: #8A839D; }
a { background-color: rgb(138,131,157); }
div.DivClassName
{
background-color: #8A839D;
}
.BgClassName
{
background-color: #8A839D;
}
</style>
border-color css
<style>
span { border-color: #8A839D; }
span { border-color: rgb(138,131,157); }
td.TdClassName
{
border-color: #8A839D;
}
.TagClassName
{
border-color: #8A839D;
}
</style>