Shades of Grey Suit #8B8AAE
Tints of Grey Suit #8B8AAE
RGB
CMYK
RGB Variations
Color information
#8B8AAE (or 0x8B8AAE) is known color: Grey Suit. HEX triplet: 8B, 8A and AE. RGB value is (139,138,174). Sum of RGB (Red+Green+Blue) = 139+138+174=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8AAE is #747551. Grayscale: #8E8E8E. Windows color (decimal): -7632210 or 11438731. OLE color: 11438731.
HSL color Cylindrical-coordinate representation of color #8B8AAE: hue angle of 241.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B8AAE is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 138 | 174 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.32 |
| HSL | 241.67º | 0.18% | 0.61% | - |
| HSV(B) | 241.67º | 0.21% | 0.68% | - |
| XYZ | 27.38 | 26.72 | 43.76 | - |
| YUV | 142.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 174 | 0.20 | 0.21 | 0 | 0.32 | 241.67 | 0.18 | 0.61 |
| Hex | 8B | 8A | AE | 14 | 15 | 0 | 20 | F2 | 12 | 3D |
| Octal | 213 | 212 | 256 | 24 | 25 | 0 | 40 | 362 | 22 | 75 |
| Binary | 10001011 | 10001010 | 10101110 | 10100 | 10101 | 0 | 100000 | 11110010 | 10010 | 111101 |
Color Harmonies of #8B8AAE
Complementary color
Monochromatic Colors of #8B8AAE
Black with #8B8AAE
Text Example
Text Example
White with #8B8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8AAE; }
p { color: rgb(139,138,174); }
H1.HeaderClassName
{
color: #8B8AAE;
}
.AnyTagClassName
{
color: #8B8AAE;
}
</style>
background-color css
<style>
a { background-color: #8B8AAE; }
a { background-color: rgb(139,138,174); }
div.DivClassName
{
background-color: #8B8AAE;
}
.BgClassName
{
background-color: #8B8AAE;
}
</style>
border-color css
<style>
span { border-color: #8B8AAE; }
span { border-color: rgb(139,138,174); }
td.TdClassName
{
border-color: #8B8AAE;
}
.TagClassName
{
border-color: #8B8AAE;
}
</style>