Shades of Deluge #805EB3
Tints of Deluge #805EB3
RGB
CMYK
RGB Variations
Color information
#805EB3 (or 0x805EB3) is known color: Deluge. HEX triplet: 80, 5E and B3. RGB value is (128,94,179). Sum of RGB (Red+Green+Blue) = 128+94+179=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #805EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EB3 is #7FA14C. Grayscale: #717171. Windows color (decimal): -8364365 or 11755136. OLE color: 11755136.
HSL color Cylindrical-coordinate representation of color #805EB3: hue angle of 264º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805EB3 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 94 | 179 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.30 |
| HSL | 264º | 0.36% | 0.54% | - |
| HSV(B) | 264º | 0.47% | 0.7% | - |
| XYZ | 21.04 | 15.85 | 44.6 | - |
| YUV | 113.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 179 | 0.28 | 0.47 | 0 | 0.30 | 264 | 0.36 | 0.54 |
| Hex | 80 | 5E | B3 | 1C | 2F | 0 | 1E | 108 | 24 | 36 |
| Octal | 200 | 136 | 263 | 34 | 57 | 0 | 36 | 410 | 44 | 66 |
| Binary | 10000000 | 1011110 | 10110011 | 11100 | 101111 | 0 | 11110 | 100001000 | 100100 | 110110 |
Color Harmonies of #805EB3
Complementary color
Monochromatic Colors of #805EB3
Black with #805EB3
Text Example
Text Example
White with #805EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EB3; }
p { color: rgb(128,94,179); }
H1.HeaderClassName
{
color: #805EB3;
}
.AnyTagClassName
{
color: #805EB3;
}
</style>
background-color css
<style>
a { background-color: #805EB3; }
a { background-color: rgb(128,94,179); }
div.DivClassName
{
background-color: #805EB3;
}
.BgClassName
{
background-color: #805EB3;
}
</style>
border-color css
<style>
span { border-color: #805EB3; }
span { border-color: rgb(128,94,179); }
td.TdClassName
{
border-color: #805EB3;
}
.TagClassName
{
border-color: #805EB3;
}
</style>