Shades of Grey Suit #8781AE
Tints of Grey Suit #8781AE
RGB
CMYK
RGB Variations
Color information
#8781AE (or 0x8781AE) is known color: Grey Suit. HEX triplet: 87, 81 and AE. RGB value is (135,129,174). Sum of RGB (Red+Green+Blue) = 135+129+174=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #8781AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8781AE is #787E51. Grayscale: #878787. Windows color (decimal): -7896658 or 11436423. OLE color: 11436423.
HSL color Cylindrical-coordinate representation of color #8781AE: hue angle of 248º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8781AE is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 129 | 174 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.32 |
| HSL | 248º | 0.22% | 0.59% | - |
| HSV(B) | 248º | 0.26% | 0.68% | - |
| XYZ | 25.48 | 23.91 | 43.32 | - |
| YUV | 135.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 174 | 0.22 | 0.26 | 0 | 0.32 | 248 | 0.22 | 0.59 |
| Hex | 87 | 81 | AE | 16 | 1A | 0 | 20 | F8 | 16 | 3B |
| Octal | 207 | 201 | 256 | 26 | 32 | 0 | 40 | 370 | 26 | 73 |
| Binary | 10000111 | 10000001 | 10101110 | 10110 | 11010 | 0 | 100000 | 11111000 | 10110 | 111011 |
Color Harmonies of #8781AE
Complementary color
Monochromatic Colors of #8781AE
Black with #8781AE
Text Example
Text Example
White with #8781AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781AE; }
p { color: rgb(135,129,174); }
H1.HeaderClassName
{
color: #8781AE;
}
.AnyTagClassName
{
color: #8781AE;
}
</style>
background-color css
<style>
a { background-color: #8781AE; }
a { background-color: rgb(135,129,174); }
div.DivClassName
{
background-color: #8781AE;
}
.BgClassName
{
background-color: #8781AE;
}
</style>
border-color css
<style>
span { border-color: #8781AE; }
span { border-color: rgb(135,129,174); }
td.TdClassName
{
border-color: #8781AE;
}
.TagClassName
{
border-color: #8781AE;
}
</style>