Shades of Grey Suit #8C83AC
Tints of Grey Suit #8C83AC
RGB
CMYK
RGB Variations
Color information
#8C83AC (or 0x8C83AC) is known color: Grey Suit. HEX triplet: 8C, 83 and AC. RGB value is (140,131,172). Sum of RGB (Red+Green+Blue) = 140+131+172=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C83AC is #737C53. Grayscale: #8A8A8A. Windows color (decimal): -7568468 or 11305868. OLE color: 11305868.
HSL color Cylindrical-coordinate representation of color #8C83AC: hue angle of 253.17º 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 #8C83AC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 131 | 172 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.33 |
| HSL | 253.17º | 0.2% | 0.59% | - |
| HSV(B) | 253.17º | 0.24% | 0.67% | - |
| XYZ | 26.38 | 24.79 | 42.42 | - |
| YUV | 138.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 172 | 0.19 | 0.24 | 0 | 0.33 | 253.17 | 0.2 | 0.59 |
| Hex | 8C | 83 | AC | 13 | 18 | 0 | 21 | FD | 14 | 3B |
| Octal | 214 | 203 | 254 | 23 | 30 | 0 | 41 | 375 | 24 | 73 |
| Binary | 10001100 | 10000011 | 10101100 | 10011 | 11000 | 0 | 100001 | 11111101 | 10100 | 111011 |
Color Harmonies of #8C83AC
Complementary color
Monochromatic Colors of #8C83AC
Black with #8C83AC
Text Example
Text Example
White with #8C83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83AC; }
p { color: rgb(140,131,172); }
H1.HeaderClassName
{
color: #8C83AC;
}
.AnyTagClassName
{
color: #8C83AC;
}
</style>
background-color css
<style>
a { background-color: #8C83AC; }
a { background-color: rgb(140,131,172); }
div.DivClassName
{
background-color: #8C83AC;
}
.BgClassName
{
background-color: #8C83AC;
}
</style>
border-color css
<style>
span { border-color: #8C83AC; }
span { border-color: rgb(140,131,172); }
td.TdClassName
{
border-color: #8C83AC;
}
.TagClassName
{
border-color: #8C83AC;
}
</style>