Shades of Deluge #8472B4
Tints of Deluge #8472B4
RGB
CMYK
RGB Variations
Color information
#8472B4 (or 0x8472B4) is known color: Deluge. HEX triplet: 84, 72 and B4. RGB value is (132,114,180). Sum of RGB (Red+Green+Blue) = 132+114+180=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #8472B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472B4 is #7B8D4B. Grayscale: #7E7E7E. Windows color (decimal): -8097100 or 11825796. OLE color: 11825796.
HSL color Cylindrical-coordinate representation of color #8472B4: hue angle of 256.36º degrees, saturation: 0.31, 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 #8472B4 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 114 | 180 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.29 |
| HSL | 256.36º | 0.31% | 0.58% | - |
| HSV(B) | 256.36º | 0.37% | 0.71% | - |
| XYZ | 23.77 | 20.24 | 45.83 | - |
| YUV | 126.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 180 | 0.27 | 0.37 | 0 | 0.29 | 256.36 | 0.31 | 0.58 |
| Hex | 84 | 72 | B4 | 1B | 25 | 0 | 1D | 100 | 1F | 3A |
| Octal | 204 | 162 | 264 | 33 | 45 | 0 | 35 | 400 | 37 | 72 |
| Binary | 10000100 | 1110010 | 10110100 | 11011 | 100101 | 0 | 11101 | 100000000 | 11111 | 111010 |
Color Harmonies of #8472B4
Complementary color
Monochromatic Colors of #8472B4
Black with #8472B4
Text Example
Text Example
White with #8472B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8472B4; }
p { color: rgb(132,114,180); }
H1.HeaderClassName
{
color: #8472B4;
}
.AnyTagClassName
{
color: #8472B4;
}
</style>
background-color css
<style>
a { background-color: #8472B4; }
a { background-color: rgb(132,114,180); }
div.DivClassName
{
background-color: #8472B4;
}
.BgClassName
{
background-color: #8472B4;
}
</style>
border-color css
<style>
span { border-color: #8472B4; }
span { border-color: rgb(132,114,180); }
td.TdClassName
{
border-color: #8472B4;
}
.TagClassName
{
border-color: #8472B4;
}
</style>