Shades of Deluge #827FA0
Tints of Deluge #827FA0
RGB
CMYK
RGB Variations
Color information
#827FA0 (or 0x827FA0) is known color: Deluge. HEX triplet: 82, 7F and A0. RGB value is (130,127,160). Sum of RGB (Red+Green+Blue) = 130+127+160=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #827FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FA0 is #7D805F. Grayscale: #838383. Windows color (decimal): -8224864 or 10518402. OLE color: 10518402.
HSL color Cylindrical-coordinate representation of color #827FA0: hue angle of 245.45º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #827FA0 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 127 | 160 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.37 |
| HSL | 245.45º | 0.15% | 0.56% | - |
| HSV(B) | 245.45º | 0.21% | 0.63% | - |
| XYZ | 23.14 | 22.46 | 36.37 | - |
| YUV | 131.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 160 | 0.19 | 0.21 | 0 | 0.37 | 245.45 | 0.15 | 0.56 |
| Hex | 82 | 7F | A0 | 13 | 15 | 0 | 25 | F5 | F | 38 |
| Octal | 202 | 177 | 240 | 23 | 25 | 0 | 45 | 365 | 17 | 70 |
| Binary | 10000010 | 1111111 | 10100000 | 10011 | 10101 | 0 | 100101 | 11110101 | 1111 | 111000 |
Color Harmonies of #827FA0
Complementary color
Monochromatic Colors of #827FA0
Black with #827FA0
Text Example
Text Example
White with #827FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FA0; }
p { color: rgb(130,127,160); }
H1.HeaderClassName
{
color: #827FA0;
}
.AnyTagClassName
{
color: #827FA0;
}
</style>
background-color css
<style>
a { background-color: #827FA0; }
a { background-color: rgb(130,127,160); }
div.DivClassName
{
background-color: #827FA0;
}
.BgClassName
{
background-color: #827FA0;
}
</style>
border-color css
<style>
span { border-color: #827FA0; }
span { border-color: rgb(130,127,160); }
td.TdClassName
{
border-color: #827FA0;
}
.TagClassName
{
border-color: #827FA0;
}
</style>