Shades of Grey Suit #8C83A7
Tints of Grey Suit #8C83A7
RGB
CMYK
RGB Variations
Color information
#8C83A7 (or 0x8C83A7) is known color: Grey Suit. HEX triplet: 8C, 83 and A7. RGB value is (140,131,167). Sum of RGB (Red+Green+Blue) = 140+131+167=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 167 - color contains mainly: blue. Hex color #8C83A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C83A7 is #737C58. Grayscale: #898989. Windows color (decimal): -7568473 or 10978188. OLE color: 10978188.
HSL color Cylindrical-coordinate representation of color #8C83A7: hue angle of 255º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C83A7 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 131 | 167 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.35 |
| HSL | 255º | 0.17% | 0.58% | - |
| HSV(B) | 255º | 0.22% | 0.65% | - |
| XYZ | 25.91 | 24.6 | 39.94 | - |
| YUV | 137.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 167 | 0.16 | 0.22 | 0 | 0.35 | 255 | 0.17 | 0.58 |
| Hex | 8C | 83 | A7 | 10 | 16 | 0 | 23 | FF | 11 | 3A |
| Octal | 214 | 203 | 247 | 20 | 26 | 0 | 43 | 377 | 21 | 72 |
| Binary | 10001100 | 10000011 | 10100111 | 10000 | 10110 | 0 | 100011 | 11111111 | 10001 | 111010 |
Color Harmonies of #8C83A7
Complementary color
Monochromatic Colors of #8C83A7
Black with #8C83A7
Text Example
Text Example
White with #8C83A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83A7; }
p { color: rgb(140,131,167); }
H1.HeaderClassName
{
color: #8C83A7;
}
.AnyTagClassName
{
color: #8C83A7;
}
</style>
background-color css
<style>
a { background-color: #8C83A7; }
a { background-color: rgb(140,131,167); }
div.DivClassName
{
background-color: #8C83A7;
}
.BgClassName
{
background-color: #8C83A7;
}
</style>
border-color css
<style>
span { border-color: #8C83A7; }
span { border-color: rgb(140,131,167); }
td.TdClassName
{
border-color: #8C83A7;
}
.TagClassName
{
border-color: #8C83A7;
}
</style>