Shades of Deluge #8A7AA4
Tints of Deluge #8A7AA4
RGB
CMYK
RGB Variations
Color information
#8A7AA4 (or 0x8A7AA4) is known color: Deluge. HEX triplet: 8A, 7A and A4. RGB value is (138,122,164). Sum of RGB (Red+Green+Blue) = 138+122+164=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A7AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7AA4 is #75855B. Grayscale: #838383. Windows color (decimal): -7701852 or 10779274. OLE color: 10779274.
HSL color Cylindrical-coordinate representation of color #8A7AA4: hue angle of 262.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7AA4 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 122 | 164 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.36 |
| HSL | 262.86º | 0.19% | 0.56% | - |
| HSV(B) | 262.86º | 0.26% | 0.64% | - |
| XYZ | 24.14 | 22 | 38.1 | - |
| YUV | 131.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 164 | 0.16 | 0.26 | 0 | 0.36 | 262.86 | 0.19 | 0.56 |
| Hex | 8A | 7A | A4 | 10 | 1A | 0 | 24 | 107 | 13 | 38 |
| Octal | 212 | 172 | 244 | 20 | 32 | 0 | 44 | 407 | 23 | 70 |
| Binary | 10001010 | 1111010 | 10100100 | 10000 | 11010 | 0 | 100100 | 100000111 | 10011 | 111000 |
Color Harmonies of #8A7AA4
Complementary color
Monochromatic Colors of #8A7AA4
Black with #8A7AA4
Text Example
Text Example
White with #8A7AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7AA4; }
p { color: rgb(138,122,164); }
H1.HeaderClassName
{
color: #8A7AA4;
}
.AnyTagClassName
{
color: #8A7AA4;
}
</style>
background-color css
<style>
a { background-color: #8A7AA4; }
a { background-color: rgb(138,122,164); }
div.DivClassName
{
background-color: #8A7AA4;
}
.BgClassName
{
background-color: #8A7AA4;
}
</style>
border-color css
<style>
span { border-color: #8A7AA4; }
span { border-color: rgb(138,122,164); }
td.TdClassName
{
border-color: #8A7AA4;
}
.TagClassName
{
border-color: #8A7AA4;
}
</style>