Shades of Deluge #8C7DA1
Tints of Deluge #8C7DA1
RGB
CMYK
RGB Variations
Color information
#8C7DA1 (or 0x8C7DA1) is known color: Deluge. HEX triplet: 8C, 7D and A1. RGB value is (140,125,161). Sum of RGB (Red+Green+Blue) = 140+125+161=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 161 - color contains mainly: blue. Hex color #8C7DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7DA1 is #73825E. Grayscale: #858585. Windows color (decimal): -7570015 or 10583436. OLE color: 10583436.
HSL color Cylindrical-coordinate representation of color #8C7DA1: hue angle of 265º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C7DA1 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 125 | 161 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.37 |
| HSL | 265º | 0.16% | 0.56% | - |
| HSV(B) | 265º | 0.22% | 0.63% | - |
| XYZ | 24.58 | 22.82 | 36.83 | - |
| YUV | 133.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 161 | 0.13 | 0.22 | 0 | 0.37 | 265 | 0.16 | 0.56 |
| Hex | 8C | 7D | A1 | D | 16 | 0 | 25 | 109 | 10 | 38 |
| Octal | 214 | 175 | 241 | 15 | 26 | 0 | 45 | 411 | 20 | 70 |
| Binary | 10001100 | 1111101 | 10100001 | 1101 | 10110 | 0 | 100101 | 100001001 | 10000 | 111000 |
Color Harmonies of #8C7DA1
Complementary color
Monochromatic Colors of #8C7DA1
Black with #8C7DA1
Text Example
Text Example
White with #8C7DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DA1; }
p { color: rgb(140,125,161); }
H1.HeaderClassName
{
color: #8C7DA1;
}
.AnyTagClassName
{
color: #8C7DA1;
}
</style>
background-color css
<style>
a { background-color: #8C7DA1; }
a { background-color: rgb(140,125,161); }
div.DivClassName
{
background-color: #8C7DA1;
}
.BgClassName
{
background-color: #8C7DA1;
}
</style>
border-color css
<style>
span { border-color: #8C7DA1; }
span { border-color: rgb(140,125,161); }
td.TdClassName
{
border-color: #8C7DA1;
}
.TagClassName
{
border-color: #8C7DA1;
}
</style>