Shades of Grey Suit #8C88AC
Tints of Grey Suit #8C88AC
RGB
CMYK
RGB Variations
Color information
#8C88AC (or 0x8C88AC) is known color: Grey Suit. HEX triplet: 8C, 88 and AC. RGB value is (140,136,172). Sum of RGB (Red+Green+Blue) = 140+136+172=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C88AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C88AC is #737753. Grayscale: #8D8D8D. Windows color (decimal): -7567188 or 11307148. OLE color: 11307148.
HSL color Cylindrical-coordinate representation of color #8C88AC: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C88AC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 136 | 172 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.33 |
| HSL | 246.67º | 0.18% | 0.6% | - |
| HSV(B) | 246.67º | 0.21% | 0.67% | - |
| XYZ | 27.07 | 26.16 | 42.65 | - |
| YUV | 141.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 172 | 0.19 | 0.21 | 0 | 0.33 | 246.67 | 0.18 | 0.6 |
| Hex | 8C | 88 | AC | 13 | 15 | 0 | 21 | F7 | 12 | 3C |
| Octal | 214 | 210 | 254 | 23 | 25 | 0 | 41 | 367 | 22 | 74 |
| Binary | 10001100 | 10001000 | 10101100 | 10011 | 10101 | 0 | 100001 | 11110111 | 10010 | 111100 |
Color Harmonies of #8C88AC
Complementary color
Monochromatic Colors of #8C88AC
Black with #8C88AC
Text Example
Text Example
White with #8C88AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C88AC; }
p { color: rgb(140,136,172); }
H1.HeaderClassName
{
color: #8C88AC;
}
.AnyTagClassName
{
color: #8C88AC;
}
</style>
background-color css
<style>
a { background-color: #8C88AC; }
a { background-color: rgb(140,136,172); }
div.DivClassName
{
background-color: #8C88AC;
}
.BgClassName
{
background-color: #8C88AC;
}
</style>
border-color css
<style>
span { border-color: #8C88AC; }
span { border-color: rgb(140,136,172); }
td.TdClassName
{
border-color: #8C88AC;
}
.TagClassName
{
border-color: #8C88AC;
}
</style>