Shades of Deluge #8276AD
Tints of Deluge #8276AD
RGB
CMYK
RGB Variations
Color information
#8276AD (or 0x8276AD) is known color: Deluge. HEX triplet: 82, 76 and AD. RGB value is (130,118,173). Sum of RGB (Red+Green+Blue) = 130+118+173=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #8276AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8276AD is #7D8952. Grayscale: #7F7F7F. Windows color (decimal): -8227155 or 11368066. OLE color: 11368066.
HSL color Cylindrical-coordinate representation of color #8276AD: hue angle of 253.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8276AD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 118 | 173 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.32 |
| HSL | 253.09º | 0.25% | 0.57% | - |
| HSV(B) | 253.09º | 0.32% | 0.68% | - |
| XYZ | 23.23 | 20.72 | 42.31 | - |
| YUV | 127.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 173 | 0.25 | 0.32 | 0 | 0.32 | 253.09 | 0.25 | 0.57 |
| Hex | 82 | 76 | AD | 19 | 20 | 0 | 20 | FD | 19 | 39 |
| Octal | 202 | 166 | 255 | 31 | 40 | 0 | 40 | 375 | 31 | 71 |
| Binary | 10000010 | 1110110 | 10101101 | 11001 | 100000 | 0 | 100000 | 11111101 | 11001 | 111001 |
Color Harmonies of #8276AD
Complementary color
Monochromatic Colors of #8276AD
Black with #8276AD
Text Example
Text Example
White with #8276AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8276AD; }
p { color: rgb(130,118,173); }
H1.HeaderClassName
{
color: #8276AD;
}
.AnyTagClassName
{
color: #8276AD;
}
</style>
background-color css
<style>
a { background-color: #8276AD; }
a { background-color: rgb(130,118,173); }
div.DivClassName
{
background-color: #8276AD;
}
.BgClassName
{
background-color: #8276AD;
}
</style>
border-color css
<style>
span { border-color: #8276AD; }
span { border-color: rgb(130,118,173); }
td.TdClassName
{
border-color: #8276AD;
}
.TagClassName
{
border-color: #8276AD;
}
</style>