Shades of Deluge #8277AA
Tints of Deluge #8277AA
RGB
CMYK
RGB Variations
Color information
#8277AA (or 0x8277AA) is known color: Deluge. HEX triplet: 82, 77 and AA. RGB value is (130,119,170). Sum of RGB (Red+Green+Blue) = 130+119+170=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #8277AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8277AA is #7D8855. Grayscale: #7F7F7F. Windows color (decimal): -8226902 or 11171714. OLE color: 11171714.
HSL color Cylindrical-coordinate representation of color #8277AA: hue angle of 252.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8277AA is Cyan = 0.24, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 119 | 170 | - |
| CMYK | 0.24 | 0.3 | 0 | 0.33 |
| HSL | 252.94º | 0.23% | 0.57% | - |
| HSV(B) | 252.94º | 0.3% | 0.67% | - |
| XYZ | 23.06 | 20.84 | 40.84 | - |
| YUV | 128.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 170 | 0.24 | 0.3 | 0 | 0.33 | 252.94 | 0.23 | 0.57 |
| Hex | 82 | 77 | AA | 18 | 1E | 0 | 21 | FD | 17 | 39 |
| Octal | 202 | 167 | 252 | 30 | 36 | 0 | 41 | 375 | 27 | 71 |
| Binary | 10000010 | 1110111 | 10101010 | 11000 | 11110 | 0 | 100001 | 11111101 | 10111 | 111001 |
Color Harmonies of #8277AA
Complementary color
Monochromatic Colors of #8277AA
Black with #8277AA
Text Example
Text Example
White with #8277AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277AA; }
p { color: rgb(130,119,170); }
H1.HeaderClassName
{
color: #8277AA;
}
.AnyTagClassName
{
color: #8277AA;
}
</style>
background-color css
<style>
a { background-color: #8277AA; }
a { background-color: rgb(130,119,170); }
div.DivClassName
{
background-color: #8277AA;
}
.BgClassName
{
background-color: #8277AA;
}
</style>
border-color css
<style>
span { border-color: #8277AA; }
span { border-color: rgb(130,119,170); }
td.TdClassName
{
border-color: #8277AA;
}
.TagClassName
{
border-color: #8277AA;
}
</style>