Shades of Deluge #827DAA
Tints of Deluge #827DAA
RGB
CMYK
RGB Variations
Color information
#827DAA (or 0x827DAA) is known color: Deluge. HEX triplet: 82, 7D and AA. RGB value is (130,125,170). Sum of RGB (Red+Green+Blue) = 130+125+170=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #827DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827DAA is #7D8255. Grayscale: #838383. Windows color (decimal): -8225366 or 11173250. OLE color: 11173250.
HSL color Cylindrical-coordinate representation of color #827DAA: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #827DAA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 125 | 170 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.33 |
| HSL | 246.67º | 0.21% | 0.58% | - |
| HSV(B) | 246.67º | 0.26% | 0.67% | - |
| XYZ | 23.8 | 22.32 | 41.08 | - |
| YUV | 131.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 170 | 0.24 | 0.26 | 0 | 0.33 | 246.67 | 0.21 | 0.58 |
| Hex | 82 | 7D | AA | 18 | 1A | 0 | 21 | F7 | 15 | 3A |
| Octal | 202 | 175 | 252 | 30 | 32 | 0 | 41 | 367 | 25 | 72 |
| Binary | 10000010 | 1111101 | 10101010 | 11000 | 11010 | 0 | 100001 | 11110111 | 10101 | 111010 |
Color Harmonies of #827DAA
Complementary color
Monochromatic Colors of #827DAA
Black with #827DAA
Text Example
Text Example
White with #827DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827DAA; }
p { color: rgb(130,125,170); }
H1.HeaderClassName
{
color: #827DAA;
}
.AnyTagClassName
{
color: #827DAA;
}
</style>
background-color css
<style>
a { background-color: #827DAA; }
a { background-color: rgb(130,125,170); }
div.DivClassName
{
background-color: #827DAA;
}
.BgClassName
{
background-color: #827DAA;
}
</style>
border-color css
<style>
span { border-color: #827DAA; }
span { border-color: rgb(130,125,170); }
td.TdClassName
{
border-color: #827DAA;
}
.TagClassName
{
border-color: #827DAA;
}
</style>