Shades of Deluge #8064AC
Tints of Deluge #8064AC
RGB
CMYK
RGB Variations
Color information
#8064AC (or 0x8064AC) is known color: Deluge. HEX triplet: 80, 64 and AC. RGB value is (128,100,172). Sum of RGB (Red+Green+Blue) = 128+100+172=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #8064AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8064AC is #7F9B53. Grayscale: #747474. Windows color (decimal): -8362836 or 11297920. OLE color: 11297920.
HSL color Cylindrical-coordinate representation of color #8064AC: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8064AC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 100 | 172 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.33 |
| HSL | 263.33º | 0.3% | 0.53% | - |
| HSV(B) | 263.33º | 0.42% | 0.67% | - |
| XYZ | 20.91 | 16.68 | 41.15 | - |
| YUV | 116.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 172 | 0.26 | 0.42 | 0 | 0.33 | 263.33 | 0.3 | 0.53 |
| Hex | 80 | 64 | AC | 1A | 2A | 0 | 21 | 107 | 1E | 35 |
| Octal | 200 | 144 | 254 | 32 | 52 | 0 | 41 | 407 | 36 | 65 |
| Binary | 10000000 | 1100100 | 10101100 | 11010 | 101010 | 0 | 100001 | 100000111 | 11110 | 110101 |
Color Harmonies of #8064AC
Complementary color
Monochromatic Colors of #8064AC
Black with #8064AC
Text Example
Text Example
White with #8064AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8064AC; }
p { color: rgb(128,100,172); }
H1.HeaderClassName
{
color: #8064AC;
}
.AnyTagClassName
{
color: #8064AC;
}
</style>
background-color css
<style>
a { background-color: #8064AC; }
a { background-color: rgb(128,100,172); }
div.DivClassName
{
background-color: #8064AC;
}
.BgClassName
{
background-color: #8064AC;
}
</style>
border-color css
<style>
span { border-color: #8064AC; }
span { border-color: rgb(128,100,172); }
td.TdClassName
{
border-color: #8064AC;
}
.TagClassName
{
border-color: #8064AC;
}
</style>