Shades of Deluge #84719B
Tints of Deluge #84719B
RGB
CMYK
RGB Variations
Color information
#84719B (or 0x84719B) is known color: Deluge. HEX triplet: 84, 71 and 9B. RGB value is (132,113,155). Sum of RGB (Red+Green+Blue) = 132+113+155=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #84719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84719B is #7B8E64. Grayscale: #7B7B7B. Windows color (decimal): -8097381 or 10187140. OLE color: 10187140.
HSL color Cylindrical-coordinate representation of color #84719B: hue angle of 267.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84719B is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 113 | 155 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.39 |
| HSL | 267.14º | 0.17% | 0.53% | - |
| HSV(B) | 267.14º | 0.27% | 0.61% | - |
| XYZ | 21.34 | 19.08 | 33.57 | - |
| YUV | 123.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 155 | 0.15 | 0.27 | 0 | 0.39 | 267.14 | 0.17 | 0.53 |
| Hex | 84 | 71 | 9B | F | 1B | 0 | 27 | 10B | 11 | 35 |
| Octal | 204 | 161 | 233 | 17 | 33 | 0 | 47 | 413 | 21 | 65 |
| Binary | 10000100 | 1110001 | 10011011 | 1111 | 11011 | 0 | 100111 | 100001011 | 10001 | 110101 |
Color Harmonies of #84719B
Complementary color
Monochromatic Colors of #84719B
Black with #84719B
Text Example
Text Example
White with #84719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84719B; }
p { color: rgb(132,113,155); }
H1.HeaderClassName
{
color: #84719B;
}
.AnyTagClassName
{
color: #84719B;
}
</style>
background-color css
<style>
a { background-color: #84719B; }
a { background-color: rgb(132,113,155); }
div.DivClassName
{
background-color: #84719B;
}
.BgClassName
{
background-color: #84719B;
}
</style>
border-color css
<style>
span { border-color: #84719B; }
span { border-color: rgb(132,113,155); }
td.TdClassName
{
border-color: #84719B;
}
.TagClassName
{
border-color: #84719B;
}
</style>