Shades of Deluge #8474B1
Tints of Deluge #8474B1
RGB
CMYK
RGB Variations
Color information
#8474B1 (or 0x8474B1) is known color: Deluge. HEX triplet: 84, 74 and B1. RGB value is (132,116,177). Sum of RGB (Red+Green+Blue) = 132+116+177=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 177 - color contains mainly: blue. Hex color #8474B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8474B1 is #7B8B4E. Grayscale: #7F7F7F. Windows color (decimal): -8096591 or 11629700. OLE color: 11629700.
HSL color Cylindrical-coordinate representation of color #8474B1: hue angle of 255.74º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8474B1 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 116 | 177 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.31 |
| HSL | 255.74º | 0.28% | 0.57% | - |
| HSV(B) | 255.74º | 0.34% | 0.69% | - |
| XYZ | 23.7 | 20.57 | 44.32 | - |
| YUV | 127.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 177 | 0.25 | 0.34 | 0 | 0.31 | 255.74 | 0.28 | 0.57 |
| Hex | 84 | 74 | B1 | 19 | 22 | 0 | 1F | 100 | 1C | 39 |
| Octal | 204 | 164 | 261 | 31 | 42 | 0 | 37 | 400 | 34 | 71 |
| Binary | 10000100 | 1110100 | 10110001 | 11001 | 100010 | 0 | 11111 | 100000000 | 11100 | 111001 |
Color Harmonies of #8474B1
Complementary color
Monochromatic Colors of #8474B1
Black with #8474B1
Text Example
Text Example
White with #8474B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474B1; }
p { color: rgb(132,116,177); }
H1.HeaderClassName
{
color: #8474B1;
}
.AnyTagClassName
{
color: #8474B1;
}
</style>
background-color css
<style>
a { background-color: #8474B1; }
a { background-color: rgb(132,116,177); }
div.DivClassName
{
background-color: #8474B1;
}
.BgClassName
{
background-color: #8474B1;
}
</style>
border-color css
<style>
span { border-color: #8474B1; }
span { border-color: rgb(132,116,177); }
td.TdClassName
{
border-color: #8474B1;
}
.TagClassName
{
border-color: #8474B1;
}
</style>