Shades of Deluge #8471B2
Tints of Deluge #8471B2
RGB
CMYK
RGB Variations
Color information
#8471B2 (or 0x8471B2) is known color: Deluge. HEX triplet: 84, 71 and B2. RGB value is (132,113,178). Sum of RGB (Red+Green+Blue) = 132+113+178=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #8471B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8471B2 is #7B8E4D. Grayscale: #7D7D7D. Windows color (decimal): -8097358 or 11694468. OLE color: 11694468.
HSL color Cylindrical-coordinate representation of color #8471B2: hue angle of 257.54º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8471B2 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 113 | 178 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.30 |
| HSL | 257.54º | 0.3% | 0.57% | - |
| HSV(B) | 257.54º | 0.37% | 0.7% | - |
| XYZ | 23.46 | 19.93 | 44.73 | - |
| YUV | 126.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 178 | 0.26 | 0.37 | 0 | 0.30 | 257.54 | 0.3 | 0.57 |
| Hex | 84 | 71 | B2 | 1A | 25 | 0 | 1E | 102 | 1E | 39 |
| Octal | 204 | 161 | 262 | 32 | 45 | 0 | 36 | 402 | 36 | 71 |
| Binary | 10000100 | 1110001 | 10110010 | 11010 | 100101 | 0 | 11110 | 100000010 | 11110 | 111001 |
Color Harmonies of #8471B2
Complementary color
Monochromatic Colors of #8471B2
Black with #8471B2
Text Example
Text Example
White with #8471B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471B2; }
p { color: rgb(132,113,178); }
H1.HeaderClassName
{
color: #8471B2;
}
.AnyTagClassName
{
color: #8471B2;
}
</style>
background-color css
<style>
a { background-color: #8471B2; }
a { background-color: rgb(132,113,178); }
div.DivClassName
{
background-color: #8471B2;
}
.BgClassName
{
background-color: #8471B2;
}
</style>
border-color css
<style>
span { border-color: #8471B2; }
span { border-color: rgb(132,113,178); }
td.TdClassName
{
border-color: #8471B2;
}
.TagClassName
{
border-color: #8471B2;
}
</style>