Shades of Grey Suit #8C88AE
Tints of Grey Suit #8C88AE
RGB
CMYK
RGB Variations
Color information
#8C88AE (or 0x8C88AE) is known color: Grey Suit. HEX triplet: 8C, 88 and AE. RGB value is (140,136,174). Sum of RGB (Red+Green+Blue) = 140+136+174=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C88AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C88AE is #737751. Grayscale: #8D8D8D. Windows color (decimal): -7567186 or 11438220. OLE color: 11438220.
HSL color Cylindrical-coordinate representation of color #8C88AE: hue angle of 246.32º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C88AE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 136 | 174 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.32 |
| HSL | 246.32º | 0.19% | 0.61% | - |
| HSV(B) | 246.32º | 0.22% | 0.68% | - |
| XYZ | 27.26 | 26.24 | 43.67 | - |
| YUV | 141.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 174 | 0.20 | 0.22 | 0 | 0.32 | 246.32 | 0.19 | 0.61 |
| Hex | 8C | 88 | AE | 14 | 16 | 0 | 20 | F6 | 13 | 3D |
| Octal | 214 | 210 | 256 | 24 | 26 | 0 | 40 | 366 | 23 | 75 |
| Binary | 10001100 | 10001000 | 10101110 | 10100 | 10110 | 0 | 100000 | 11110110 | 10011 | 111101 |
Color Harmonies of #8C88AE
Complementary color
Monochromatic Colors of #8C88AE
Black with #8C88AE
Text Example
Text Example
White with #8C88AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C88AE; }
p { color: rgb(140,136,174); }
H1.HeaderClassName
{
color: #8C88AE;
}
.AnyTagClassName
{
color: #8C88AE;
}
</style>
background-color css
<style>
a { background-color: #8C88AE; }
a { background-color: rgb(140,136,174); }
div.DivClassName
{
background-color: #8C88AE;
}
.BgClassName
{
background-color: #8C88AE;
}
</style>
border-color css
<style>
span { border-color: #8C88AE; }
span { border-color: rgb(140,136,174); }
td.TdClassName
{
border-color: #8C88AE;
}
.TagClassName
{
border-color: #8C88AE;
}
</style>