Shades of Deluge #8A7CAB
Tints of Deluge #8A7CAB
RGB
CMYK
RGB Variations
Color information
#8A7CAB (or 0x8A7CAB) is known color: Deluge. HEX triplet: 8A, 7C and AB. RGB value is (138,124,171). Sum of RGB (Red+Green+Blue) = 138+124+171=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7CAB is #758354. Grayscale: #858585. Windows color (decimal): -7701333 or 11238538. OLE color: 11238538.
HSL color Cylindrical-coordinate representation of color #8A7CAB: hue angle of 257.87º 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 #8A7CAB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 124 | 171 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.33 |
| HSL | 257.87º | 0.22% | 0.58% | - |
| HSV(B) | 257.87º | 0.27% | 0.67% | - |
| XYZ | 25.04 | 22.76 | 41.6 | - |
| YUV | 133.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 171 | 0.19 | 0.27 | 0 | 0.33 | 257.87 | 0.22 | 0.58 |
| Hex | 8A | 7C | AB | 13 | 1B | 0 | 21 | 102 | 16 | 3A |
| Octal | 212 | 174 | 253 | 23 | 33 | 0 | 41 | 402 | 26 | 72 |
| Binary | 10001010 | 1111100 | 10101011 | 10011 | 11011 | 0 | 100001 | 100000010 | 10110 | 111010 |
Color Harmonies of #8A7CAB
Complementary color
Monochromatic Colors of #8A7CAB
Black with #8A7CAB
Text Example
Text Example
White with #8A7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7CAB; }
p { color: rgb(138,124,171); }
H1.HeaderClassName
{
color: #8A7CAB;
}
.AnyTagClassName
{
color: #8A7CAB;
}
</style>
background-color css
<style>
a { background-color: #8A7CAB; }
a { background-color: rgb(138,124,171); }
div.DivClassName
{
background-color: #8A7CAB;
}
.BgClassName
{
background-color: #8A7CAB;
}
</style>
border-color css
<style>
span { border-color: #8A7CAB; }
span { border-color: rgb(138,124,171); }
td.TdClassName
{
border-color: #8A7CAB;
}
.TagClassName
{
border-color: #8A7CAB;
}
</style>