Shades of Deluge #8469B2
Tints of Deluge #8469B2
RGB
CMYK
RGB Variations
Color information
#8469B2 (or 0x8469B2) is known color: Deluge. HEX triplet: 84, 69 and B2. RGB value is (132,105,178). Sum of RGB (Red+Green+Blue) = 132+105+178=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 178 - color contains mainly: blue. Hex color #8469B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8469B2 is #7B964D. Grayscale: #797979. Windows color (decimal): -8099406 or 11692420. OLE color: 11692420.
HSL color Cylindrical-coordinate representation of color #8469B2: hue angle of 262.19º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8469B2 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 105 | 178 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.30 |
| HSL | 262.19º | 0.32% | 0.55% | - |
| HSV(B) | 262.19º | 0.41% | 0.7% | - |
| XYZ | 22.6 | 18.22 | 44.45 | - |
| YUV | 121.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 178 | 0.26 | 0.41 | 0 | 0.30 | 262.19 | 0.32 | 0.55 |
| Hex | 84 | 69 | B2 | 1A | 29 | 0 | 1E | 106 | 20 | 37 |
| Octal | 204 | 151 | 262 | 32 | 51 | 0 | 36 | 406 | 40 | 67 |
| Binary | 10000100 | 1101001 | 10110010 | 11010 | 101001 | 0 | 11110 | 100000110 | 100000 | 110111 |
Color Harmonies of #8469B2
Complementary color
Monochromatic Colors of #8469B2
Black with #8469B2
Text Example
Text Example
White with #8469B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469B2; }
p { color: rgb(132,105,178); }
H1.HeaderClassName
{
color: #8469B2;
}
.AnyTagClassName
{
color: #8469B2;
}
</style>
background-color css
<style>
a { background-color: #8469B2; }
a { background-color: rgb(132,105,178); }
div.DivClassName
{
background-color: #8469B2;
}
.BgClassName
{
background-color: #8469B2;
}
</style>
border-color css
<style>
span { border-color: #8469B2; }
span { border-color: rgb(132,105,178); }
td.TdClassName
{
border-color: #8469B2;
}
.TagClassName
{
border-color: #8469B2;
}
</style>