Shades of Deluge #8468B2
Tints of Deluge #8468B2
RGB
CMYK
RGB Variations
Color information
#8468B2 (or 0x8468B2) is known color: Deluge. HEX triplet: 84, 68 and B2. RGB value is (132,104,178). Sum of RGB (Red+Green+Blue) = 132+104+178=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 178 - color contains mainly: blue. Hex color #8468B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8468B2 is #7B974D. Grayscale: #787878. Windows color (decimal): -8099662 or 11692164. OLE color: 11692164.
HSL color Cylindrical-coordinate representation of color #8468B2: hue angle of 262.7º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8468B2 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 104 | 178 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.30 |
| HSL | 262.7º | 0.32% | 0.55% | - |
| HSV(B) | 262.7º | 0.42% | 0.7% | - |
| XYZ | 22.5 | 18.02 | 44.41 | - |
| YUV | 120.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 178 | 0.26 | 0.42 | 0 | 0.30 | 262.7 | 0.32 | 0.55 |
| Hex | 84 | 68 | B2 | 1A | 2A | 0 | 1E | 107 | 20 | 37 |
| Octal | 204 | 150 | 262 | 32 | 52 | 0 | 36 | 407 | 40 | 67 |
| Binary | 10000100 | 1101000 | 10110010 | 11010 | 101010 | 0 | 11110 | 100000111 | 100000 | 110111 |
Color Harmonies of #8468B2
Complementary color
Monochromatic Colors of #8468B2
Black with #8468B2
Text Example
Text Example
White with #8468B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8468B2; }
p { color: rgb(132,104,178); }
H1.HeaderClassName
{
color: #8468B2;
}
.AnyTagClassName
{
color: #8468B2;
}
</style>
background-color css
<style>
a { background-color: #8468B2; }
a { background-color: rgb(132,104,178); }
div.DivClassName
{
background-color: #8468B2;
}
.BgClassName
{
background-color: #8468B2;
}
</style>
border-color css
<style>
span { border-color: #8468B2; }
span { border-color: rgb(132,104,178); }
td.TdClassName
{
border-color: #8468B2;
}
.TagClassName
{
border-color: #8468B2;
}
</style>