Shades of Deluge #8472B3
Tints of Deluge #8472B3
RGB
CMYK
RGB Variations
Color information
#8472B3 (or 0x8472B3) is known color: Deluge. HEX triplet: 84, 72 and B3. RGB value is (132,114,179). Sum of RGB (Red+Green+Blue) = 132+114+179=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 179 - color contains mainly: blue. Hex color #8472B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472B3 is #7B8D4C. Grayscale: #7E7E7E. Windows color (decimal): -8097101 or 11760260. OLE color: 11760260.
HSL color Cylindrical-coordinate representation of color #8472B3: hue angle of 256.62º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8472B3 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 114 | 179 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.30 |
| HSL | 256.62º | 0.3% | 0.57% | - |
| HSV(B) | 256.62º | 0.36% | 0.7% | - |
| XYZ | 23.67 | 20.19 | 45.3 | - |
| YUV | 126.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 179 | 0.26 | 0.36 | 0 | 0.30 | 256.62 | 0.3 | 0.57 |
| Hex | 84 | 72 | B3 | 1A | 24 | 0 | 1E | 101 | 1E | 39 |
| Octal | 204 | 162 | 263 | 32 | 44 | 0 | 36 | 401 | 36 | 71 |
| Binary | 10000100 | 1110010 | 10110011 | 11010 | 100100 | 0 | 11110 | 100000001 | 11110 | 111001 |
Color Harmonies of #8472B3
Complementary color
Monochromatic Colors of #8472B3
Black with #8472B3
Text Example
Text Example
White with #8472B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8472B3; }
p { color: rgb(132,114,179); }
H1.HeaderClassName
{
color: #8472B3;
}
.AnyTagClassName
{
color: #8472B3;
}
</style>
background-color css
<style>
a { background-color: #8472B3; }
a { background-color: rgb(132,114,179); }
div.DivClassName
{
background-color: #8472B3;
}
.BgClassName
{
background-color: #8472B3;
}
</style>
border-color css
<style>
span { border-color: #8472B3; }
span { border-color: rgb(132,114,179); }
td.TdClassName
{
border-color: #8472B3;
}
.TagClassName
{
border-color: #8472B3;
}
</style>