Shades of Grey Suit #8A83AC
Tints of Grey Suit #8A83AC
RGB
CMYK
RGB Variations
Color information
#8A83AC (or 0x8A83AC) is known color: Grey Suit. HEX triplet: 8A, 83 and AC. RGB value is (138,131,172). Sum of RGB (Red+Green+Blue) = 138+131+172=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A83AC is #757C53. Grayscale: #898989. Windows color (decimal): -7699540 or 11305866. OLE color: 11305866.
HSL color Cylindrical-coordinate representation of color #8A83AC: hue angle of 250.24º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A83AC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 131 | 172 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.33 |
| HSL | 250.24º | 0.2% | 0.59% | - |
| HSV(B) | 250.24º | 0.24% | 0.67% | - |
| XYZ | 26.04 | 24.61 | 42.41 | - |
| YUV | 137.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 172 | 0.20 | 0.24 | 0 | 0.33 | 250.24 | 0.2 | 0.59 |
| Hex | 8A | 83 | AC | 14 | 18 | 0 | 21 | FA | 14 | 3B |
| Octal | 212 | 203 | 254 | 24 | 30 | 0 | 41 | 372 | 24 | 73 |
| Binary | 10001010 | 10000011 | 10101100 | 10100 | 11000 | 0 | 100001 | 11111010 | 10100 | 111011 |
Color Harmonies of #8A83AC
Complementary color
Monochromatic Colors of #8A83AC
Black with #8A83AC
Text Example
Text Example
White with #8A83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A83AC; }
p { color: rgb(138,131,172); }
H1.HeaderClassName
{
color: #8A83AC;
}
.AnyTagClassName
{
color: #8A83AC;
}
</style>
background-color css
<style>
a { background-color: #8A83AC; }
a { background-color: rgb(138,131,172); }
div.DivClassName
{
background-color: #8A83AC;
}
.BgClassName
{
background-color: #8A83AC;
}
</style>
border-color css
<style>
span { border-color: #8A83AC; }
span { border-color: rgb(138,131,172); }
td.TdClassName
{
border-color: #8A83AC;
}
.TagClassName
{
border-color: #8A83AC;
}
</style>