Shades of Deluge #8264AF
Tints of Deluge #8264AF
RGB
CMYK
RGB Variations
Color information
#8264AF (or 0x8264AF) is known color: Deluge. HEX triplet: 82, 64 and AF. RGB value is (130,100,175). Sum of RGB (Red+Green+Blue) = 130+100+175=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #8264AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8264AF is #7D9B50. Grayscale: #757575. Windows color (decimal): -8231761 or 11494530. OLE color: 11494530.
HSL color Cylindrical-coordinate representation of color #8264AF: hue angle of 264º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8264AF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 100 | 175 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.31 |
| HSL | 264º | 0.32% | 0.54% | - |
| HSV(B) | 264º | 0.43% | 0.69% | - |
| XYZ | 21.5 | 16.96 | 42.7 | - |
| YUV | 117.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 175 | 0.26 | 0.43 | 0 | 0.31 | 264 | 0.32 | 0.54 |
| Hex | 82 | 64 | AF | 1A | 2B | 0 | 1F | 108 | 20 | 36 |
| Octal | 202 | 144 | 257 | 32 | 53 | 0 | 37 | 410 | 40 | 66 |
| Binary | 10000010 | 1100100 | 10101111 | 11010 | 101011 | 0 | 11111 | 100001000 | 100000 | 110110 |
Color Harmonies of #8264AF
Complementary color
Monochromatic Colors of #8264AF
Black with #8264AF
Text Example
Text Example
White with #8264AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8264AF; }
p { color: rgb(130,100,175); }
H1.HeaderClassName
{
color: #8264AF;
}
.AnyTagClassName
{
color: #8264AF;
}
</style>
background-color css
<style>
a { background-color: #8264AF; }
a { background-color: rgb(130,100,175); }
div.DivClassName
{
background-color: #8264AF;
}
.BgClassName
{
background-color: #8264AF;
}
</style>
border-color css
<style>
span { border-color: #8264AF; }
span { border-color: rgb(130,100,175); }
td.TdClassName
{
border-color: #8264AF;
}
.TagClassName
{
border-color: #8264AF;
}
</style>