Shades of Deluge #825CB3
Tints of Deluge #825CB3
RGB
CMYK
RGB Variations
Color information
#825CB3 (or 0x825CB3) is known color: Deluge. HEX triplet: 82, 5C and B3. RGB value is (130,92,179). Sum of RGB (Red+Green+Blue) = 130+92+179=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 92 (36.33% from 255 or 22.94% 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 #825CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CB3 is #7DA34C. Grayscale: #707070. Windows color (decimal): -8233805 or 11754626. OLE color: 11754626.
HSL color Cylindrical-coordinate representation of color #825CB3: hue angle of 266.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #825CB3 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 92 | 179 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.30 |
| HSL | 266.21º | 0.36% | 0.53% | - |
| HSV(B) | 266.21º | 0.49% | 0.7% | - |
| XYZ | 21.17 | 15.65 | 44.55 | - |
| YUV | 113.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 179 | 0.27 | 0.49 | 0 | 0.30 | 266.21 | 0.36 | 0.53 |
| Hex | 82 | 5C | B3 | 1B | 31 | 0 | 1E | 10A | 24 | 35 |
| Octal | 202 | 134 | 263 | 33 | 61 | 0 | 36 | 412 | 44 | 65 |
| Binary | 10000010 | 1011100 | 10110011 | 11011 | 110001 | 0 | 11110 | 100001010 | 100100 | 110101 |
Color Harmonies of #825CB3
Complementary color
Monochromatic Colors of #825CB3
Black with #825CB3
Text Example
Text Example
White with #825CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CB3; }
p { color: rgb(130,92,179); }
H1.HeaderClassName
{
color: #825CB3;
}
.AnyTagClassName
{
color: #825CB3;
}
</style>
background-color css
<style>
a { background-color: #825CB3; }
a { background-color: rgb(130,92,179); }
div.DivClassName
{
background-color: #825CB3;
}
.BgClassName
{
background-color: #825CB3;
}
</style>
border-color css
<style>
span { border-color: #825CB3; }
span { border-color: rgb(130,92,179); }
td.TdClassName
{
border-color: #825CB3;
}
.TagClassName
{
border-color: #825CB3;
}
</style>