Shades of Deluge #827DA0
Tints of Deluge #827DA0
RGB
CMYK
RGB Variations
Color information
#827DA0 (or 0x827DA0) is known color: Deluge. HEX triplet: 82, 7D and A0. RGB value is (130,125,160). Sum of RGB (Red+Green+Blue) = 130+125+160=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 160 - color contains mainly: blue. Hex color #827DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827DA0 is #7D825F. Grayscale: #828282. Windows color (decimal): -8225376 or 10517890. OLE color: 10517890.
HSL color Cylindrical-coordinate representation of color #827DA0: hue angle of 248.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827DA0 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 125 | 160 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.37 |
| HSL | 248.57º | 0.16% | 0.56% | - |
| HSV(B) | 248.57º | 0.22% | 0.63% | - |
| XYZ | 22.88 | 21.95 | 36.29 | - |
| YUV | 130.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 160 | 0.19 | 0.22 | 0 | 0.37 | 248.57 | 0.16 | 0.56 |
| Hex | 82 | 7D | A0 | 13 | 16 | 0 | 25 | F9 | 10 | 38 |
| Octal | 202 | 175 | 240 | 23 | 26 | 0 | 45 | 371 | 20 | 70 |
| Binary | 10000010 | 1111101 | 10100000 | 10011 | 10110 | 0 | 100101 | 11111001 | 10000 | 111000 |
Color Harmonies of #827DA0
Complementary color
Monochromatic Colors of #827DA0
Black with #827DA0
Text Example
Text Example
White with #827DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827DA0; }
p { color: rgb(130,125,160); }
H1.HeaderClassName
{
color: #827DA0;
}
.AnyTagClassName
{
color: #827DA0;
}
</style>
background-color css
<style>
a { background-color: #827DA0; }
a { background-color: rgb(130,125,160); }
div.DivClassName
{
background-color: #827DA0;
}
.BgClassName
{
background-color: #827DA0;
}
</style>
border-color css
<style>
span { border-color: #827DA0; }
span { border-color: rgb(130,125,160); }
td.TdClassName
{
border-color: #827DA0;
}
.TagClassName
{
border-color: #827DA0;
}
</style>