Shades of Grey Suit #8C83AF
Tints of Grey Suit #8C83AF
RGB
CMYK
RGB Variations
Color information
#8C83AF (or 0x8C83AF) is known color: Grey Suit. HEX triplet: 8C, 83 and AF. RGB value is (140,131,175). Sum of RGB (Red+Green+Blue) = 140+131+175=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C83AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C83AF is #737C50. Grayscale: #8A8A8A. Windows color (decimal): -7568465 or 11502476. OLE color: 11502476.
HSL color Cylindrical-coordinate representation of color #8C83AF: hue angle of 252.27º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C83AF is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 131 | 175 | - |
| CMYK | 0.2 | 0.25 | 0 | 0.31 |
| HSL | 252.27º | 0.22% | 0.6% | - |
| HSV(B) | 252.27º | 0.25% | 0.69% | - |
| XYZ | 26.67 | 24.9 | 43.96 | - |
| YUV | 138.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 175 | 0.2 | 0.25 | 0 | 0.31 | 252.27 | 0.22 | 0.6 |
| Hex | 8C | 83 | AF | 14 | 19 | 0 | 1F | FC | 16 | 3C |
| Octal | 214 | 203 | 257 | 24 | 31 | 0 | 37 | 374 | 26 | 74 |
| Binary | 10001100 | 10000011 | 10101111 | 10100 | 11001 | 0 | 11111 | 11111100 | 10110 | 111100 |
Color Harmonies of #8C83AF
Complementary color
Monochromatic Colors of #8C83AF
Black with #8C83AF
Text Example
Text Example
White with #8C83AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83AF; }
p { color: rgb(140,131,175); }
H1.HeaderClassName
{
color: #8C83AF;
}
.AnyTagClassName
{
color: #8C83AF;
}
</style>
background-color css
<style>
a { background-color: #8C83AF; }
a { background-color: rgb(140,131,175); }
div.DivClassName
{
background-color: #8C83AF;
}
.BgClassName
{
background-color: #8C83AF;
}
</style>
border-color css
<style>
span { border-color: #8C83AF; }
span { border-color: rgb(140,131,175); }
td.TdClassName
{
border-color: #8C83AF;
}
.TagClassName
{
border-color: #8C83AF;
}
</style>