Shades of Deluge #826AB4
Tints of Deluge #826AB4
RGB
CMYK
RGB Variations
Color information
#826AB4 (or 0x826AB4) is known color: Deluge. HEX triplet: 82, 6A and B4. RGB value is (130,106,180). Sum of RGB (Red+Green+Blue) = 130+106+180=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #826AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826AB4 is #7D954B. Grayscale: #797979. Windows color (decimal): -8230220 or 11823746. OLE color: 11823746.
HSL color Cylindrical-coordinate representation of color #826AB4: hue angle of 259.46º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #826AB4 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 106 | 180 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.29 |
| HSL | 259.46º | 0.33% | 0.56% | - |
| HSV(B) | 259.46º | 0.41% | 0.71% | - |
| XYZ | 22.6 | 18.35 | 45.53 | - |
| YUV | 121.61 | 160.95 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 180 | 0.28 | 0.41 | 0 | 0.29 | 259.46 | 0.33 | 0.56 |
| Hex | 82 | 6A | B4 | 1C | 29 | 0 | 1D | 103 | 21 | 38 |
| Octal | 202 | 152 | 264 | 34 | 51 | 0 | 35 | 403 | 41 | 70 |
| Binary | 10000010 | 1101010 | 10110100 | 11100 | 101001 | 0 | 11101 | 100000011 | 100001 | 111000 |
Color Harmonies of #826AB4
Complementary color
Monochromatic Colors of #826AB4
Black with #826AB4
Text Example
Text Example
White with #826AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826AB4; }
p { color: rgb(130,106,180); }
H1.HeaderClassName
{
color: #826AB4;
}
.AnyTagClassName
{
color: #826AB4;
}
</style>
background-color css
<style>
a { background-color: #826AB4; }
a { background-color: rgb(130,106,180); }
div.DivClassName
{
background-color: #826AB4;
}
.BgClassName
{
background-color: #826AB4;
}
</style>
border-color css
<style>
span { border-color: #826AB4; }
span { border-color: rgb(130,106,180); }
td.TdClassName
{
border-color: #826AB4;
}
.TagClassName
{
border-color: #826AB4;
}
</style>