Shades of Deluge #805DB3
Tints of Deluge #805DB3
RGB
CMYK
RGB Variations
Color information
#805DB3 (or 0x805DB3) is known color: Deluge. HEX triplet: 80, 5D and B3. RGB value is (128,93,179). Sum of RGB (Red+Green+Blue) = 128+93+179=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #805DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DB3 is #7FA24C. Grayscale: #707070. Windows color (decimal): -8364621 or 11754880. OLE color: 11754880.
HSL color Cylindrical-coordinate representation of color #805DB3: hue angle of 264.42º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #805DB3 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 93 | 179 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.30 |
| HSL | 264.42º | 0.36% | 0.53% | - |
| HSV(B) | 264.42º | 0.48% | 0.7% | - |
| XYZ | 20.95 | 15.67 | 44.57 | - |
| YUV | 113.27 | 165.1 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 179 | 0.28 | 0.48 | 0 | 0.30 | 264.42 | 0.36 | 0.53 |
| Hex | 80 | 5D | B3 | 1C | 30 | 0 | 1E | 108 | 24 | 35 |
| Octal | 200 | 135 | 263 | 34 | 60 | 0 | 36 | 410 | 44 | 65 |
| Binary | 10000000 | 1011101 | 10110011 | 11100 | 110000 | 0 | 11110 | 100001000 | 100100 | 110101 |
Color Harmonies of #805DB3
Complementary color
Monochromatic Colors of #805DB3
Black with #805DB3
Text Example
Text Example
White with #805DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DB3; }
p { color: rgb(128,93,179); }
H1.HeaderClassName
{
color: #805DB3;
}
.AnyTagClassName
{
color: #805DB3;
}
</style>
background-color css
<style>
a { background-color: #805DB3; }
a { background-color: rgb(128,93,179); }
div.DivClassName
{
background-color: #805DB3;
}
.BgClassName
{
background-color: #805DB3;
}
</style>
border-color css
<style>
span { border-color: #805DB3; }
span { border-color: rgb(128,93,179); }
td.TdClassName
{
border-color: #805DB3;
}
.TagClassName
{
border-color: #805DB3;
}
</style>