Shades of Deluge #827CA4
Tints of Deluge #827CA4
RGB
CMYK
RGB Variations
Color information
#827CA4 (or 0x827CA4) is known color: Deluge. HEX triplet: 82, 7C and A4. RGB value is (130,124,164). Sum of RGB (Red+Green+Blue) = 130+124+164=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #827CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827CA4 is #7D835B. Grayscale: #828282. Windows color (decimal): -8225628 or 10779778. OLE color: 10779778.
HSL color Cylindrical-coordinate representation of color #827CA4: hue angle of 249º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #827CA4 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 124 | 164 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.36 |
| HSL | 249º | 0.18% | 0.56% | - |
| HSV(B) | 249º | 0.24% | 0.64% | - |
| XYZ | 23.11 | 21.84 | 38.12 | - |
| YUV | 130.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 164 | 0.21 | 0.24 | 0 | 0.36 | 249 | 0.18 | 0.56 |
| Hex | 82 | 7C | A4 | 15 | 18 | 0 | 24 | F9 | 12 | 38 |
| Octal | 202 | 174 | 244 | 25 | 30 | 0 | 44 | 371 | 22 | 70 |
| Binary | 10000010 | 1111100 | 10100100 | 10101 | 11000 | 0 | 100100 | 11111001 | 10010 | 111000 |
Color Harmonies of #827CA4
Complementary color
Monochromatic Colors of #827CA4
Black with #827CA4
Text Example
Text Example
White with #827CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827CA4; }
p { color: rgb(130,124,164); }
H1.HeaderClassName
{
color: #827CA4;
}
.AnyTagClassName
{
color: #827CA4;
}
</style>
background-color css
<style>
a { background-color: #827CA4; }
a { background-color: rgb(130,124,164); }
div.DivClassName
{
background-color: #827CA4;
}
.BgClassName
{
background-color: #827CA4;
}
</style>
border-color css
<style>
span { border-color: #827CA4; }
span { border-color: rgb(130,124,164); }
td.TdClassName
{
border-color: #827CA4;
}
.TagClassName
{
border-color: #827CA4;
}
</style>