Shades of Deluge #8B7EAA
Tints of Deluge #8B7EAA
RGB
CMYK
RGB Variations
Color information
#8B7EAA (or 0x8B7EAA) is known color: Deluge. HEX triplet: 8B, 7E and AA. RGB value is (139,126,170). Sum of RGB (Red+Green+Blue) = 139+126+170=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7EAA is #748155. Grayscale: #868686. Windows color (decimal): -7635286 or 11173515. OLE color: 11173515.
HSL color Cylindrical-coordinate representation of color #8B7EAA: hue angle of 257.73º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B7EAA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 126 | 170 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.33 |
| HSL | 257.73º | 0.21% | 0.58% | - |
| HSV(B) | 257.73º | 0.26% | 0.67% | - |
| XYZ | 25.36 | 23.31 | 41.19 | - |
| YUV | 134.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 170 | 0.18 | 0.26 | 0 | 0.33 | 257.73 | 0.21 | 0.58 |
| Hex | 8B | 7E | AA | 12 | 1A | 0 | 21 | 102 | 15 | 3A |
| Octal | 213 | 176 | 252 | 22 | 32 | 0 | 41 | 402 | 25 | 72 |
| Binary | 10001011 | 1111110 | 10101010 | 10010 | 11010 | 0 | 100001 | 100000010 | 10101 | 111010 |
Color Harmonies of #8B7EAA
Complementary color
Monochromatic Colors of #8B7EAA
Black with #8B7EAA
Text Example
Text Example
White with #8B7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7EAA; }
p { color: rgb(139,126,170); }
H1.HeaderClassName
{
color: #8B7EAA;
}
.AnyTagClassName
{
color: #8B7EAA;
}
</style>
background-color css
<style>
a { background-color: #8B7EAA; }
a { background-color: rgb(139,126,170); }
div.DivClassName
{
background-color: #8B7EAA;
}
.BgClassName
{
background-color: #8B7EAA;
}
</style>
border-color css
<style>
span { border-color: #8B7EAA; }
span { border-color: rgb(139,126,170); }
td.TdClassName
{
border-color: #8B7EAA;
}
.TagClassName
{
border-color: #8B7EAA;
}
</style>