Shades of Deluge #8C7FA6
Tints of Deluge #8C7FA6
RGB
CMYK
RGB Variations
Color information
#8C7FA6 (or 0x8C7FA6) is known color: Deluge. HEX triplet: 8C, 7F and A6. RGB value is (140,127,166). Sum of RGB (Red+Green+Blue) = 140+127+166=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C7FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7FA6 is #738059. Grayscale: #878787. Windows color (decimal): -7569498 or 10911628. OLE color: 10911628.
HSL color Cylindrical-coordinate representation of color #8C7FA6: hue angle of 260º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C7FA6 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 127 | 166 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.35 |
| HSL | 260º | 0.18% | 0.57% | - |
| HSV(B) | 260º | 0.23% | 0.65% | - |
| XYZ | 25.29 | 23.51 | 39.28 | - |
| YUV | 135.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 166 | 0.16 | 0.23 | 0 | 0.35 | 260 | 0.18 | 0.57 |
| Hex | 8C | 7F | A6 | 10 | 17 | 0 | 23 | 104 | 12 | 39 |
| Octal | 214 | 177 | 246 | 20 | 27 | 0 | 43 | 404 | 22 | 71 |
| Binary | 10001100 | 1111111 | 10100110 | 10000 | 10111 | 0 | 100011 | 100000100 | 10010 | 111001 |
Color Harmonies of #8C7FA6
Complementary color
Monochromatic Colors of #8C7FA6
Black with #8C7FA6
Text Example
Text Example
White with #8C7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FA6; }
p { color: rgb(140,127,166); }
H1.HeaderClassName
{
color: #8C7FA6;
}
.AnyTagClassName
{
color: #8C7FA6;
}
</style>
background-color css
<style>
a { background-color: #8C7FA6; }
a { background-color: rgb(140,127,166); }
div.DivClassName
{
background-color: #8C7FA6;
}
.BgClassName
{
background-color: #8C7FA6;
}
</style>
border-color css
<style>
span { border-color: #8C7FA6; }
span { border-color: rgb(140,127,166); }
td.TdClassName
{
border-color: #8C7FA6;
}
.TagClassName
{
border-color: #8C7FA6;
}
</style>