Shades of Grey Suit #8C84AF
Tints of Grey Suit #8C84AF
RGB
CMYK
RGB Variations
Color information
#8C84AF (or 0x8C84AF) is known color: Grey Suit. HEX triplet: 8C, 84 and AF. RGB value is (140,132,175). Sum of RGB (Red+Green+Blue) = 140+132+175=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C84AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C84AF is #737B50. Grayscale: #8B8B8B. Windows color (decimal): -7568209 or 11502732. OLE color: 11502732.
HSL color Cylindrical-coordinate representation of color #8C84AF: hue angle of 251.16º degrees, saturation: 0.21, 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 #8C84AF is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 132 | 175 | - |
| CMYK | 0.2 | 0.25 | 0 | 0.31 |
| HSL | 251.16º | 0.21% | 0.6% | - |
| HSV(B) | 251.16º | 0.25% | 0.69% | - |
| XYZ | 26.8 | 25.17 | 44 | - |
| YUV | 139.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 175 | 0.2 | 0.25 | 0 | 0.31 | 251.16 | 0.21 | 0.6 |
| Hex | 8C | 84 | AF | 14 | 19 | 0 | 1F | FB | 15 | 3C |
| Octal | 214 | 204 | 257 | 24 | 31 | 0 | 37 | 373 | 25 | 74 |
| Binary | 10001100 | 10000100 | 10101111 | 10100 | 11001 | 0 | 11111 | 11111011 | 10101 | 111100 |
Color Harmonies of #8C84AF
Complementary color
Monochromatic Colors of #8C84AF
Black with #8C84AF
Text Example
Text Example
White with #8C84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C84AF; }
p { color: rgb(140,132,175); }
H1.HeaderClassName
{
color: #8C84AF;
}
.AnyTagClassName
{
color: #8C84AF;
}
</style>
background-color css
<style>
a { background-color: #8C84AF; }
a { background-color: rgb(140,132,175); }
div.DivClassName
{
background-color: #8C84AF;
}
.BgClassName
{
background-color: #8C84AF;
}
</style>
border-color css
<style>
span { border-color: #8C84AF; }
span { border-color: rgb(140,132,175); }
td.TdClassName
{
border-color: #8C84AF;
}
.TagClassName
{
border-color: #8C84AF;
}
</style>