Shades of Deluge #8279AA
Tints of Deluge #8279AA
RGB
CMYK
RGB Variations
Color information
#8279AA (or 0x8279AA) is known color: Deluge. HEX triplet: 82, 79 and AA. RGB value is (130,121,170). Sum of RGB (Red+Green+Blue) = 130+121+170=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #8279AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8279AA is #7D8655. Grayscale: #818181. Windows color (decimal): -8226390 or 11172226. OLE color: 11172226.
HSL color Cylindrical-coordinate representation of color #8279AA: hue angle of 251.02º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8279AA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 121 | 170 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.33 |
| HSL | 251.02º | 0.22% | 0.57% | - |
| HSV(B) | 251.02º | 0.29% | 0.67% | - |
| XYZ | 23.3 | 21.32 | 40.92 | - |
| YUV | 129.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 170 | 0.24 | 0.29 | 0 | 0.33 | 251.02 | 0.22 | 0.57 |
| Hex | 82 | 79 | AA | 18 | 1D | 0 | 21 | FB | 16 | 39 |
| Octal | 202 | 171 | 252 | 30 | 35 | 0 | 41 | 373 | 26 | 71 |
| Binary | 10000010 | 1111001 | 10101010 | 11000 | 11101 | 0 | 100001 | 11111011 | 10110 | 111001 |
Color Harmonies of #8279AA
Complementary color
Monochromatic Colors of #8279AA
Black with #8279AA
Text Example
Text Example
White with #8279AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8279AA; }
p { color: rgb(130,121,170); }
H1.HeaderClassName
{
color: #8279AA;
}
.AnyTagClassName
{
color: #8279AA;
}
</style>
background-color css
<style>
a { background-color: #8279AA; }
a { background-color: rgb(130,121,170); }
div.DivClassName
{
background-color: #8279AA;
}
.BgClassName
{
background-color: #8279AA;
}
</style>
border-color css
<style>
span { border-color: #8279AA; }
span { border-color: rgb(130,121,170); }
td.TdClassName
{
border-color: #8279AA;
}
.TagClassName
{
border-color: #8279AA;
}
</style>