Shades of Deluge #8D7EA4
Tints of Deluge #8D7EA4
RGB
CMYK
RGB Variations
Color information
#8D7EA4 (or 0x8D7EA4) is known color: Deluge. HEX triplet: 8D, 7E and A4. RGB value is (141,126,164). Sum of RGB (Red+Green+Blue) = 141+126+164=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D7EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7EA4 is #72815B. Grayscale: #868686. Windows color (decimal): -7504220 or 10780301. OLE color: 10780301.
HSL color Cylindrical-coordinate representation of color #8D7EA4: hue angle of 263.68º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D7EA4 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 126 | 164 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.36 |
| HSL | 263.68º | 0.17% | 0.57% | - |
| HSV(B) | 263.68º | 0.23% | 0.64% | - |
| XYZ | 25.15 | 23.26 | 38.29 | - |
| YUV | 134.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 164 | 0.14 | 0.23 | 0 | 0.36 | 263.68 | 0.17 | 0.57 |
| Hex | 8D | 7E | A4 | E | 17 | 0 | 24 | 108 | 11 | 39 |
| Octal | 215 | 176 | 244 | 16 | 27 | 0 | 44 | 410 | 21 | 71 |
| Binary | 10001101 | 1111110 | 10100100 | 1110 | 10111 | 0 | 100100 | 100001000 | 10001 | 111001 |
Color Harmonies of #8D7EA4
Complementary color
Monochromatic Colors of #8D7EA4
Black with #8D7EA4
Text Example
Text Example
White with #8D7EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7EA4; }
p { color: rgb(141,126,164); }
H1.HeaderClassName
{
color: #8D7EA4;
}
.AnyTagClassName
{
color: #8D7EA4;
}
</style>
background-color css
<style>
a { background-color: #8D7EA4; }
a { background-color: rgb(141,126,164); }
div.DivClassName
{
background-color: #8D7EA4;
}
.BgClassName
{
background-color: #8D7EA4;
}
</style>
border-color css
<style>
span { border-color: #8D7EA4; }
span { border-color: rgb(141,126,164); }
td.TdClassName
{
border-color: #8D7EA4;
}
.TagClassName
{
border-color: #8D7EA4;
}
</style>