Shades of Grey Suit #8C8AAF
Tints of Grey Suit #8C8AAF
RGB
CMYK
RGB Variations
Color information
#8C8AAF (or 0x8C8AAF) is known color: Grey Suit. HEX triplet: 8C, 8A and AF. RGB value is (140,138,175). Sum of RGB (Red+Green+Blue) = 140+138+175=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8AAF is #737550. Grayscale: #8E8E8E. Windows color (decimal): -7566673 or 11504268. OLE color: 11504268.
HSL color Cylindrical-coordinate representation of color #8C8AAF: hue angle of 243.24º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C8AAF is Cyan = 0.2, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 140 | 138 | 175 | - |
CMYK | 0.2 | 0.21 | 0 | 0.31 |
HSL | 243.24º | 0.19% | 0.61% | - |
HSV(B) | 243.24º | 0.21% | 0.69% | - |
XYZ | 27.64 | 26.85 | 44.28 | - |
YUV | 142.82 | 146.16 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 138 | 175 | 0.2 | 0.21 | 0 | 0.31 | 243.24 | 0.19 | 0.61 |
Hex | 8C | 8A | AF | 14 | 15 | 0 | 1F | F3 | 13 | 3D |
Octal | 214 | 212 | 257 | 24 | 25 | 0 | 37 | 363 | 23 | 75 |
Binary | 10001100 | 10001010 | 10101111 | 10100 | 10101 | 0 | 11111 | 11110011 | 10011 | 111101 |
Color Harmonies of #8C8AAF
Complementary color
Monochromatic Colors of #8C8AAF
Black with #8C8AAF
Text Example
Text Example
White with #8C8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8AAF; }
p { color: rgb(140,138,175); }
H1.HeaderClassName
{
color: #8C8AAF;
}
.AnyTagClassName
{
color: #8C8AAF;
}
</style>
background-color css
<style>
a { background-color: #8C8AAF; }
a { background-color: rgb(140,138,175); }
div.DivClassName
{
background-color: #8C8AAF;
}
.BgClassName
{
background-color: #8C8AAF;
}
</style>
border-color css
<style>
span { border-color: #8C8AAF; }
span { border-color: rgb(140,138,175); }
td.TdClassName
{
border-color: #8C8AAF;
}
.TagClassName
{
border-color: #8C8AAF;
}
</style>