Shades of Deluge #827EA4
Tints of Deluge #827EA4
RGB
CMYK
RGB Variations
Color information
#827EA4 (or 0x827EA4) is known color: Deluge. HEX triplet: 82, 7E and A4. RGB value is (130,126,164). Sum of RGB (Red+Green+Blue) = 130+126+164=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 164 - color contains mainly: blue. Hex color #827EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827EA4 is #7D815B. Grayscale: #838383. Windows color (decimal): -8225116 or 10780290. OLE color: 10780290.
HSL color Cylindrical-coordinate representation of color #827EA4: hue angle of 246.32º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #827EA4 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 126 | 164 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.36 |
| HSL | 246.32º | 0.17% | 0.57% | - |
| HSV(B) | 246.32º | 0.23% | 0.64% | - |
| XYZ | 23.37 | 22.35 | 38.2 | - |
| YUV | 131.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 164 | 0.21 | 0.23 | 0 | 0.36 | 246.32 | 0.17 | 0.57 |
| Hex | 82 | 7E | A4 | 15 | 17 | 0 | 24 | F6 | 11 | 39 |
| Octal | 202 | 176 | 244 | 25 | 27 | 0 | 44 | 366 | 21 | 71 |
| Binary | 10000010 | 1111110 | 10100100 | 10101 | 10111 | 0 | 100100 | 11110110 | 10001 | 111001 |
Color Harmonies of #827EA4
Complementary color
Monochromatic Colors of #827EA4
Black with #827EA4
Text Example
Text Example
White with #827EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EA4; }
p { color: rgb(130,126,164); }
H1.HeaderClassName
{
color: #827EA4;
}
.AnyTagClassName
{
color: #827EA4;
}
</style>
background-color css
<style>
a { background-color: #827EA4; }
a { background-color: rgb(130,126,164); }
div.DivClassName
{
background-color: #827EA4;
}
.BgClassName
{
background-color: #827EA4;
}
</style>
border-color css
<style>
span { border-color: #827EA4; }
span { border-color: rgb(130,126,164); }
td.TdClassName
{
border-color: #827EA4;
}
.TagClassName
{
border-color: #827EA4;
}
</style>