Shades of Deluge #8A7EAA
Tints of Deluge #8A7EAA
RGB
CMYK
RGB Variations
Color information
#8A7EAA (or 0x8A7EAA) is known color: Deluge. HEX triplet: 8A, 7E and AA. RGB value is (138,126,170). Sum of RGB (Red+Green+Blue) = 138+126+170=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7EAA is #758155. Grayscale: #868686. Windows color (decimal): -7700822 or 11173514. OLE color: 11173514.
HSL color Cylindrical-coordinate representation of color #8A7EAA: hue angle of 256.36º 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 #8A7EAA is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 126 | 170 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.33 |
| HSL | 256.36º | 0.21% | 0.58% | - |
| HSV(B) | 256.36º | 0.26% | 0.67% | - |
| XYZ | 25.2 | 23.23 | 41.19 | - |
| YUV | 134.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 170 | 0.19 | 0.26 | 0 | 0.33 | 256.36 | 0.21 | 0.58 |
| Hex | 8A | 7E | AA | 13 | 1A | 0 | 21 | 100 | 15 | 3A |
| Octal | 212 | 176 | 252 | 23 | 32 | 0 | 41 | 400 | 25 | 72 |
| Binary | 10001010 | 1111110 | 10101010 | 10011 | 11010 | 0 | 100001 | 100000000 | 10101 | 111010 |
Color Harmonies of #8A7EAA
Complementary color
Monochromatic Colors of #8A7EAA
Black with #8A7EAA
Text Example
Text Example
White with #8A7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7EAA; }
p { color: rgb(138,126,170); }
H1.HeaderClassName
{
color: #8A7EAA;
}
.AnyTagClassName
{
color: #8A7EAA;
}
</style>
background-color css
<style>
a { background-color: #8A7EAA; }
a { background-color: rgb(138,126,170); }
div.DivClassName
{
background-color: #8A7EAA;
}
.BgClassName
{
background-color: #8A7EAA;
}
</style>
border-color css
<style>
span { border-color: #8A7EAA; }
span { border-color: rgb(138,126,170); }
td.TdClassName
{
border-color: #8A7EAA;
}
.TagClassName
{
border-color: #8A7EAA;
}
</style>