Shades of Deluge #8068A1
Tints of Deluge #8068A1
RGB
CMYK
RGB Variations
Color information
#8068A1 (or 0x8068A1) is known color: Deluge. HEX triplet: 80, 68 and A1. RGB value is (128,104,161). Sum of RGB (Red+Green+Blue) = 128+104+161=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 161 - color contains mainly: blue. Hex color #8068A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8068A1 is #7F975E. Grayscale: #757575. Windows color (decimal): -8361823 or 10578048. OLE color: 10578048.
HSL color Cylindrical-coordinate representation of color #8068A1: hue angle of 265.26º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8068A1 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 104 | 161 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.37 |
| HSL | 265.26º | 0.23% | 0.52% | - |
| HSV(B) | 265.26º | 0.35% | 0.63% | - |
| XYZ | 20.29 | 17.06 | 35.94 | - |
| YUV | 117.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 161 | 0.20 | 0.35 | 0 | 0.37 | 265.26 | 0.23 | 0.52 |
| Hex | 80 | 68 | A1 | 14 | 23 | 0 | 25 | 109 | 17 | 34 |
| Octal | 200 | 150 | 241 | 24 | 43 | 0 | 45 | 411 | 27 | 64 |
| Binary | 10000000 | 1101000 | 10100001 | 10100 | 100011 | 0 | 100101 | 100001001 | 10111 | 110100 |
Color Harmonies of #8068A1
Complementary color
Monochromatic Colors of #8068A1
Black with #8068A1
Text Example
Text Example
White with #8068A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068A1; }
p { color: rgb(128,104,161); }
H1.HeaderClassName
{
color: #8068A1;
}
.AnyTagClassName
{
color: #8068A1;
}
</style>
background-color css
<style>
a { background-color: #8068A1; }
a { background-color: rgb(128,104,161); }
div.DivClassName
{
background-color: #8068A1;
}
.BgClassName
{
background-color: #8068A1;
}
</style>
border-color css
<style>
span { border-color: #8068A1; }
span { border-color: rgb(128,104,161); }
td.TdClassName
{
border-color: #8068A1;
}
.TagClassName
{
border-color: #8068A1;
}
</style>