Shades of Deluge #8465AC
Tints of Deluge #8465AC
RGB
CMYK
RGB Variations
Color information
#8465AC (or 0x8465AC) is known color: Deluge. HEX triplet: 84, 65 and AC. RGB value is (132,101,172). Sum of RGB (Red+Green+Blue) = 132+101+172=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8465AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8465AC is #7B9A53. Grayscale: #767676. Windows color (decimal): -8100436 or 11298180. OLE color: 11298180.
HSL color Cylindrical-coordinate representation of color #8465AC: hue angle of 266.2º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8465AC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 101 | 172 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.33 |
| HSL | 266.2º | 0.3% | 0.54% | - |
| HSV(B) | 266.2º | 0.41% | 0.67% | - |
| XYZ | 21.62 | 17.19 | 41.21 | - |
| YUV | 118.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 172 | 0.23 | 0.41 | 0 | 0.33 | 266.2 | 0.3 | 0.54 |
| Hex | 84 | 65 | AC | 17 | 29 | 0 | 21 | 10A | 1E | 36 |
| Octal | 204 | 145 | 254 | 27 | 51 | 0 | 41 | 412 | 36 | 66 |
| Binary | 10000100 | 1100101 | 10101100 | 10111 | 101001 | 0 | 100001 | 100001010 | 11110 | 110110 |
Color Harmonies of #8465AC
Complementary color
Monochromatic Colors of #8465AC
Black with #8465AC
Text Example
Text Example
White with #8465AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8465AC; }
p { color: rgb(132,101,172); }
H1.HeaderClassName
{
color: #8465AC;
}
.AnyTagClassName
{
color: #8465AC;
}
</style>
background-color css
<style>
a { background-color: #8465AC; }
a { background-color: rgb(132,101,172); }
div.DivClassName
{
background-color: #8465AC;
}
.BgClassName
{
background-color: #8465AC;
}
</style>
border-color css
<style>
span { border-color: #8465AC; }
span { border-color: rgb(132,101,172); }
td.TdClassName
{
border-color: #8465AC;
}
.TagClassName
{
border-color: #8465AC;
}
</style>