Shades of Deluge #8C7AA4
Tints of Deluge #8C7AA4
RGB
CMYK
RGB Variations
Color information
#8C7AA4 (or 0x8C7AA4) is known color: Deluge. HEX triplet: 8C, 7A and A4. RGB value is (140,122,164). Sum of RGB (Red+Green+Blue) = 140+122+164=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 164 - color contains mainly: blue. Hex color #8C7AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7AA4 is #73855B. Grayscale: #848484. Windows color (decimal): -7570780 or 10779276. OLE color: 10779276.
HSL color Cylindrical-coordinate representation of color #8C7AA4: hue angle of 265.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C7AA4 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 122 | 164 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.36 |
| HSL | 265.71º | 0.19% | 0.56% | - |
| HSV(B) | 265.71º | 0.26% | 0.64% | - |
| XYZ | 24.48 | 22.17 | 38.11 | - |
| YUV | 132.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 164 | 0.15 | 0.26 | 0 | 0.36 | 265.71 | 0.19 | 0.56 |
| Hex | 8C | 7A | A4 | F | 1A | 0 | 24 | 10A | 13 | 38 |
| Octal | 214 | 172 | 244 | 17 | 32 | 0 | 44 | 412 | 23 | 70 |
| Binary | 10001100 | 1111010 | 10100100 | 1111 | 11010 | 0 | 100100 | 100001010 | 10011 | 111000 |
Color Harmonies of #8C7AA4
Complementary color
Monochromatic Colors of #8C7AA4
Black with #8C7AA4
Text Example
Text Example
White with #8C7AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7AA4; }
p { color: rgb(140,122,164); }
H1.HeaderClassName
{
color: #8C7AA4;
}
.AnyTagClassName
{
color: #8C7AA4;
}
</style>
background-color css
<style>
a { background-color: #8C7AA4; }
a { background-color: rgb(140,122,164); }
div.DivClassName
{
background-color: #8C7AA4;
}
.BgClassName
{
background-color: #8C7AA4;
}
</style>
border-color css
<style>
span { border-color: #8C7AA4; }
span { border-color: rgb(140,122,164); }
td.TdClassName
{
border-color: #8C7AA4;
}
.TagClassName
{
border-color: #8C7AA4;
}
</style>