Shades of Deluge #805EB2
Tints of Deluge #805EB2
RGB
CMYK
RGB Variations
Color information
#805EB2 (or 0x805EB2) is known color: Deluge. HEX triplet: 80, 5E and B2. RGB value is (128,94,178). Sum of RGB (Red+Green+Blue) = 128+94+178=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #805EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805EB2 is #7FA14D. Grayscale: #717171. Windows color (decimal): -8364366 or 11689600. OLE color: 11689600.
HSL color Cylindrical-coordinate representation of color #805EB2: hue angle of 264.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805EB2 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 94 | 178 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.30 |
| HSL | 264.29º | 0.35% | 0.53% | - |
| HSV(B) | 264.29º | 0.47% | 0.7% | - |
| XYZ | 20.94 | 15.81 | 44.07 | - |
| YUV | 113.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 178 | 0.28 | 0.47 | 0 | 0.30 | 264.29 | 0.35 | 0.53 |
| Hex | 80 | 5E | B2 | 1C | 2F | 0 | 1E | 108 | 23 | 35 |
| Octal | 200 | 136 | 262 | 34 | 57 | 0 | 36 | 410 | 43 | 65 |
| Binary | 10000000 | 1011110 | 10110010 | 11100 | 101111 | 0 | 11110 | 100001000 | 100011 | 110101 |
Color Harmonies of #805EB2
Complementary color
Monochromatic Colors of #805EB2
Black with #805EB2
Text Example
Text Example
White with #805EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EB2; }
p { color: rgb(128,94,178); }
H1.HeaderClassName
{
color: #805EB2;
}
.AnyTagClassName
{
color: #805EB2;
}
</style>
background-color css
<style>
a { background-color: #805EB2; }
a { background-color: rgb(128,94,178); }
div.DivClassName
{
background-color: #805EB2;
}
.BgClassName
{
background-color: #805EB2;
}
</style>
border-color css
<style>
span { border-color: #805EB2; }
span { border-color: rgb(128,94,178); }
td.TdClassName
{
border-color: #805EB2;
}
.TagClassName
{
border-color: #805EB2;
}
</style>