Shades of Deluge #8468AF
Tints of Deluge #8468AF
RGB
CMYK
RGB Variations
Color information
#8468AF (or 0x8468AF) is known color: Deluge. HEX triplet: 84, 68 and AF. RGB value is (132,104,175). Sum of RGB (Red+Green+Blue) = 132+104+175=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #8468AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8468AF is #7B9750. Grayscale: #787878. Windows color (decimal): -8099665 or 11495556. OLE color: 11495556.
HSL color Cylindrical-coordinate representation of color #8468AF: hue angle of 263.66º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8468AF is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 104 | 175 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.31 |
| HSL | 263.66º | 0.31% | 0.55% | - |
| HSV(B) | 263.66º | 0.41% | 0.69% | - |
| XYZ | 22.2 | 17.9 | 42.84 | - |
| YUV | 120.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 175 | 0.25 | 0.41 | 0 | 0.31 | 263.66 | 0.31 | 0.55 |
| Hex | 84 | 68 | AF | 19 | 29 | 0 | 1F | 108 | 1F | 37 |
| Octal | 204 | 150 | 257 | 31 | 51 | 0 | 37 | 410 | 37 | 67 |
| Binary | 10000100 | 1101000 | 10101111 | 11001 | 101001 | 0 | 11111 | 100001000 | 11111 | 110111 |
Color Harmonies of #8468AF
Complementary color
Monochromatic Colors of #8468AF
Black with #8468AF
Text Example
Text Example
White with #8468AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8468AF; }
p { color: rgb(132,104,175); }
H1.HeaderClassName
{
color: #8468AF;
}
.AnyTagClassName
{
color: #8468AF;
}
</style>
background-color css
<style>
a { background-color: #8468AF; }
a { background-color: rgb(132,104,175); }
div.DivClassName
{
background-color: #8468AF;
}
.BgClassName
{
background-color: #8468AF;
}
</style>
border-color css
<style>
span { border-color: #8468AF; }
span { border-color: rgb(132,104,175); }
td.TdClassName
{
border-color: #8468AF;
}
.TagClassName
{
border-color: #8468AF;
}
</style>