Shades of Deluge #825CB4
Tints of Deluge #825CB4
RGB
CMYK
RGB Variations
Color information
#825CB4 (or 0x825CB4) is known color: Deluge. HEX triplet: 82, 5C and B4. RGB value is (130,92,180). Sum of RGB (Red+Green+Blue) = 130+92+180=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #825CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CB4 is #7DA34B. Grayscale: #717171. Windows color (decimal): -8233804 or 11820162. OLE color: 11820162.
HSL color Cylindrical-coordinate representation of color #825CB4: hue angle of 265.91º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #825CB4 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 92 | 180 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.29 |
| HSL | 265.91º | 0.37% | 0.53% | - |
| HSV(B) | 265.91º | 0.49% | 0.71% | - |
| XYZ | 21.27 | 15.7 | 45.09 | - |
| YUV | 113.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 180 | 0.28 | 0.49 | 0 | 0.29 | 265.91 | 0.37 | 0.53 |
| Hex | 82 | 5C | B4 | 1C | 31 | 0 | 1D | 10A | 25 | 35 |
| Octal | 202 | 134 | 264 | 34 | 61 | 0 | 35 | 412 | 45 | 65 |
| Binary | 10000010 | 1011100 | 10110100 | 11100 | 110001 | 0 | 11101 | 100001010 | 100101 | 110101 |
Color Harmonies of #825CB4
Complementary color
Monochromatic Colors of #825CB4
Black with #825CB4
Text Example
Text Example
White with #825CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CB4; }
p { color: rgb(130,92,180); }
H1.HeaderClassName
{
color: #825CB4;
}
.AnyTagClassName
{
color: #825CB4;
}
</style>
background-color css
<style>
a { background-color: #825CB4; }
a { background-color: rgb(130,92,180); }
div.DivClassName
{
background-color: #825CB4;
}
.BgClassName
{
background-color: #825CB4;
}
</style>
border-color css
<style>
span { border-color: #825CB4; }
span { border-color: rgb(130,92,180); }
td.TdClassName
{
border-color: #825CB4;
}
.TagClassName
{
border-color: #825CB4;
}
</style>