Shades of Deluge #806AB5
Tints of Deluge #806AB5
RGB
CMYK
RGB Variations
Color information
#806AB5 (or 0x806AB5) is known color: Deluge. HEX triplet: 80, 6A and B5. RGB value is (128,106,181). Sum of RGB (Red+Green+Blue) = 128+106+181=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 181 - color contains mainly: blue. Hex color #806AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806AB5 is #7F954A. Grayscale: #787878. Windows color (decimal): -8361291 or 11889280. OLE color: 11889280.
HSL color Cylindrical-coordinate representation of color #806AB5: hue angle of 257.6º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #806AB5 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 106 | 181 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.29 |
| HSL | 257.6º | 0.34% | 0.56% | - |
| HSV(B) | 257.6º | 0.41% | 0.71% | - |
| XYZ | 22.4 | 18.23 | 46.06 | - |
| YUV | 121.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 181 | 0.29 | 0.41 | 0 | 0.29 | 257.6 | 0.34 | 0.56 |
| Hex | 80 | 6A | B5 | 1D | 29 | 0 | 1D | 102 | 22 | 38 |
| Octal | 200 | 152 | 265 | 35 | 51 | 0 | 35 | 402 | 42 | 70 |
| Binary | 10000000 | 1101010 | 10110101 | 11101 | 101001 | 0 | 11101 | 100000010 | 100010 | 111000 |
Color Harmonies of #806AB5
Complementary color
Monochromatic Colors of #806AB5
Black with #806AB5
Text Example
Text Example
White with #806AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806AB5; }
p { color: rgb(128,106,181); }
H1.HeaderClassName
{
color: #806AB5;
}
.AnyTagClassName
{
color: #806AB5;
}
</style>
background-color css
<style>
a { background-color: #806AB5; }
a { background-color: rgb(128,106,181); }
div.DivClassName
{
background-color: #806AB5;
}
.BgClassName
{
background-color: #806AB5;
}
</style>
border-color css
<style>
span { border-color: #806AB5; }
span { border-color: rgb(128,106,181); }
td.TdClassName
{
border-color: #806AB5;
}
.TagClassName
{
border-color: #806AB5;
}
</style>