Shades of Deluge #806DB5
Tints of Deluge #806DB5
RGB
CMYK
RGB Variations
Color information
#806DB5 (or 0x806DB5) is known color: Deluge. HEX triplet: 80, 6D and B5. RGB value is (128,109,181). Sum of RGB (Red+Green+Blue) = 128+109+181=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: blue. Hex color #806DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DB5 is #7F924A. Grayscale: #7A7A7A. Windows color (decimal): -8360523 or 11890048. OLE color: 11890048.
HSL color Cylindrical-coordinate representation of color #806DB5: hue angle of 255.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #806DB5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 109 | 181 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.29 |
| HSL | 255.83º | 0.33% | 0.57% | - |
| HSV(B) | 255.83º | 0.4% | 0.71% | - |
| XYZ | 22.71 | 18.86 | 46.16 | - |
| YUV | 122.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 181 | 0.29 | 0.40 | 0 | 0.29 | 255.83 | 0.33 | 0.57 |
| Hex | 80 | 6D | B5 | 1D | 28 | 0 | 1D | 100 | 21 | 39 |
| Octal | 200 | 155 | 265 | 35 | 50 | 0 | 35 | 400 | 41 | 71 |
| Binary | 10000000 | 1101101 | 10110101 | 11101 | 101000 | 0 | 11101 | 100000000 | 100001 | 111001 |
Color Harmonies of #806DB5
Complementary color
Monochromatic Colors of #806DB5
Black with #806DB5
Text Example
Text Example
White with #806DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806DB5; }
p { color: rgb(128,109,181); }
H1.HeaderClassName
{
color: #806DB5;
}
.AnyTagClassName
{
color: #806DB5;
}
</style>
background-color css
<style>
a { background-color: #806DB5; }
a { background-color: rgb(128,109,181); }
div.DivClassName
{
background-color: #806DB5;
}
.BgClassName
{
background-color: #806DB5;
}
</style>
border-color css
<style>
span { border-color: #806DB5; }
span { border-color: rgb(128,109,181); }
td.TdClassName
{
border-color: #806DB5;
}
.TagClassName
{
border-color: #806DB5;
}
</style>