Shades of Deluge #8A7EAB
Tints of Deluge #8A7EAB
RGB
CMYK
RGB Variations
Color information
#8A7EAB (or 0x8A7EAB) is known color: Deluge. HEX triplet: 8A, 7E and AB. RGB value is (138,126,171). Sum of RGB (Red+Green+Blue) = 138+126+171=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A7EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7EAB is #758154. Grayscale: #868686. Windows color (decimal): -7700821 or 11239050. OLE color: 11239050.
HSL color Cylindrical-coordinate representation of color #8A7EAB: hue angle of 256º 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 #8A7EAB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 126 | 171 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.33 |
| HSL | 256º | 0.21% | 0.58% | - |
| HSV(B) | 256º | 0.26% | 0.67% | - |
| XYZ | 25.29 | 23.27 | 41.69 | - |
| YUV | 134.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 171 | 0.19 | 0.26 | 0 | 0.33 | 256 | 0.21 | 0.58 |
| Hex | 8A | 7E | AB | 13 | 1A | 0 | 21 | 100 | 15 | 3A |
| Octal | 212 | 176 | 253 | 23 | 32 | 0 | 41 | 400 | 25 | 72 |
| Binary | 10001010 | 1111110 | 10101011 | 10011 | 11010 | 0 | 100001 | 100000000 | 10101 | 111010 |
Color Harmonies of #8A7EAB
Complementary color
Monochromatic Colors of #8A7EAB
Black with #8A7EAB
Text Example
Text Example
White with #8A7EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7EAB; }
p { color: rgb(138,126,171); }
H1.HeaderClassName
{
color: #8A7EAB;
}
.AnyTagClassName
{
color: #8A7EAB;
}
</style>
background-color css
<style>
a { background-color: #8A7EAB; }
a { background-color: rgb(138,126,171); }
div.DivClassName
{
background-color: #8A7EAB;
}
.BgClassName
{
background-color: #8A7EAB;
}
</style>
border-color css
<style>
span { border-color: #8A7EAB; }
span { border-color: rgb(138,126,171); }
td.TdClassName
{
border-color: #8A7EAB;
}
.TagClassName
{
border-color: #8A7EAB;
}
</style>