Shades of Deluge #8B7EAC
Tints of Deluge #8B7EAC
RGB
CMYK
RGB Variations
Color information
#8B7EAC (or 0x8B7EAC) is known color: Deluge. HEX triplet: 8B, 7E and AC. RGB value is (139,126,172). Sum of RGB (Red+Green+Blue) = 139+126+172=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7EAC is #748153. Grayscale: #868686. Windows color (decimal): -7635284 or 11304587. OLE color: 11304587.
HSL color Cylindrical-coordinate representation of color #8B7EAC: hue angle of 256.96º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B7EAC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 126 | 172 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.33 |
| HSL | 256.96º | 0.22% | 0.58% | - |
| HSV(B) | 256.96º | 0.27% | 0.67% | - |
| XYZ | 25.55 | 23.39 | 42.2 | - |
| YUV | 135.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 172 | 0.19 | 0.27 | 0 | 0.33 | 256.96 | 0.22 | 0.58 |
| Hex | 8B | 7E | AC | 13 | 1B | 0 | 21 | 101 | 16 | 3A |
| Octal | 213 | 176 | 254 | 23 | 33 | 0 | 41 | 401 | 26 | 72 |
| Binary | 10001011 | 1111110 | 10101100 | 10011 | 11011 | 0 | 100001 | 100000001 | 10110 | 111010 |
Color Harmonies of #8B7EAC
Complementary color
Monochromatic Colors of #8B7EAC
Black with #8B7EAC
Text Example
Text Example
White with #8B7EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7EAC; }
p { color: rgb(139,126,172); }
H1.HeaderClassName
{
color: #8B7EAC;
}
.AnyTagClassName
{
color: #8B7EAC;
}
</style>
background-color css
<style>
a { background-color: #8B7EAC; }
a { background-color: rgb(139,126,172); }
div.DivClassName
{
background-color: #8B7EAC;
}
.BgClassName
{
background-color: #8B7EAC;
}
</style>
border-color css
<style>
span { border-color: #8B7EAC; }
span { border-color: rgb(139,126,172); }
td.TdClassName
{
border-color: #8B7EAC;
}
.TagClassName
{
border-color: #8B7EAC;
}
</style>