Shades of Deluge #825EA6
Tints of Deluge #825EA6
RGB
CMYK
RGB Variations
Color information
#825EA6 (or 0x825EA6) is known color: Deluge. HEX triplet: 82, 5E and A6. RGB value is (130,94,166). Sum of RGB (Red+Green+Blue) = 130+94+166=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #825EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825EA6 is #7DA159. Grayscale: #707070. Windows color (decimal): -8233306 or 10903170. OLE color: 10903170.
HSL color Cylindrical-coordinate representation of color #825EA6: hue angle of 270º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #825EA6 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 94 | 166 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.35 |
| HSL | 270º | 0.29% | 0.51% | - |
| HSV(B) | 270º | 0.43% | 0.65% | - |
| XYZ | 20.09 | 15.5 | 38.01 | - |
| YUV | 112.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 166 | 0.22 | 0.43 | 0 | 0.35 | 270 | 0.29 | 0.51 |
| Hex | 82 | 5E | A6 | 16 | 2B | 0 | 23 | 10E | 1D | 33 |
| Octal | 202 | 136 | 246 | 26 | 53 | 0 | 43 | 416 | 35 | 63 |
| Binary | 10000010 | 1011110 | 10100110 | 10110 | 101011 | 0 | 100011 | 100001110 | 11101 | 110011 |
Color Harmonies of #825EA6
Complementary color
Monochromatic Colors of #825EA6
Black with #825EA6
Text Example
Text Example
White with #825EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825EA6; }
p { color: rgb(130,94,166); }
H1.HeaderClassName
{
color: #825EA6;
}
.AnyTagClassName
{
color: #825EA6;
}
</style>
background-color css
<style>
a { background-color: #825EA6; }
a { background-color: rgb(130,94,166); }
div.DivClassName
{
background-color: #825EA6;
}
.BgClassName
{
background-color: #825EA6;
}
</style>
border-color css
<style>
span { border-color: #825EA6; }
span { border-color: rgb(130,94,166); }
td.TdClassName
{
border-color: #825EA6;
}
.TagClassName
{
border-color: #825EA6;
}
</style>