Shades of Deluge #8472B6
Tints of Deluge #8472B6
RGB
CMYK
RGB Variations
Color information
#8472B6 (or 0x8472B6) is known color: Deluge. HEX triplet: 84, 72 and B6. RGB value is (132,114,182). Sum of RGB (Red+Green+Blue) = 132+114+182=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #8472B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472B6 is #7B8D49. Grayscale: #7E7E7E. Windows color (decimal): -8097098 or 11956868. OLE color: 11956868.
HSL color Cylindrical-coordinate representation of color #8472B6: hue angle of 255.88º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8472B6 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 114 | 182 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.29 |
| HSL | 255.88º | 0.32% | 0.58% | - |
| HSV(B) | 255.88º | 0.37% | 0.71% | - |
| XYZ | 23.98 | 20.32 | 46.91 | - |
| YUV | 127.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 182 | 0.27 | 0.37 | 0 | 0.29 | 255.88 | 0.32 | 0.58 |
| Hex | 84 | 72 | B6 | 1B | 25 | 0 | 1D | 100 | 20 | 3A |
| Octal | 204 | 162 | 266 | 33 | 45 | 0 | 35 | 400 | 40 | 72 |
| Binary | 10000100 | 1110010 | 10110110 | 11011 | 100101 | 0 | 11101 | 100000000 | 100000 | 111010 |
Color Harmonies of #8472B6
Complementary color
Monochromatic Colors of #8472B6
Black with #8472B6
Text Example
Text Example
White with #8472B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8472B6; }
p { color: rgb(132,114,182); }
H1.HeaderClassName
{
color: #8472B6;
}
.AnyTagClassName
{
color: #8472B6;
}
</style>
background-color css
<style>
a { background-color: #8472B6; }
a { background-color: rgb(132,114,182); }
div.DivClassName
{
background-color: #8472B6;
}
.BgClassName
{
background-color: #8472B6;
}
</style>
border-color css
<style>
span { border-color: #8472B6; }
span { border-color: rgb(132,114,182); }
td.TdClassName
{
border-color: #8472B6;
}
.TagClassName
{
border-color: #8472B6;
}
</style>