Shades of Deluge #8C7FAE
Tints of Deluge #8C7FAE
RGB
CMYK
RGB Variations
Color information
#8C7FAE (or 0x8C7FAE) is known color: Deluge. HEX triplet: 8C, 7F and AE. RGB value is (140,127,174). Sum of RGB (Red+Green+Blue) = 140+127+174=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7FAE is #738051. Grayscale: #888888. Windows color (decimal): -7569490 or 11435916. OLE color: 11435916.
HSL color Cylindrical-coordinate representation of color #8C7FAE: hue angle of 256.6º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C7FAE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 127 | 174 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.32 |
| HSL | 256.6º | 0.22% | 0.59% | - |
| HSV(B) | 256.6º | 0.27% | 0.68% | - |
| XYZ | 26.04 | 23.81 | 43.27 | - |
| YUV | 136.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 174 | 0.20 | 0.27 | 0 | 0.32 | 256.6 | 0.22 | 0.59 |
| Hex | 8C | 7F | AE | 14 | 1B | 0 | 20 | 101 | 16 | 3B |
| Octal | 214 | 177 | 256 | 24 | 33 | 0 | 40 | 401 | 26 | 73 |
| Binary | 10001100 | 1111111 | 10101110 | 10100 | 11011 | 0 | 100000 | 100000001 | 10110 | 111011 |
Color Harmonies of #8C7FAE
Complementary color
Monochromatic Colors of #8C7FAE
Black with #8C7FAE
Text Example
Text Example
White with #8C7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FAE; }
p { color: rgb(140,127,174); }
H1.HeaderClassName
{
color: #8C7FAE;
}
.AnyTagClassName
{
color: #8C7FAE;
}
</style>
background-color css
<style>
a { background-color: #8C7FAE; }
a { background-color: rgb(140,127,174); }
div.DivClassName
{
background-color: #8C7FAE;
}
.BgClassName
{
background-color: #8C7FAE;
}
</style>
border-color css
<style>
span { border-color: #8C7FAE; }
span { border-color: rgb(140,127,174); }
td.TdClassName
{
border-color: #8C7FAE;
}
.TagClassName
{
border-color: #8C7FAE;
}
</style>