Shades of Deluge #846AB4
Tints of Deluge #846AB4
RGB
CMYK
RGB Variations
Color information
#846AB4 (or 0x846AB4) is known color: Deluge. HEX triplet: 84, 6A and B4. RGB value is (132,106,180). Sum of RGB (Red+Green+Blue) = 132+106+180=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #846AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846AB4 is #7B954B. Grayscale: #797979. Windows color (decimal): -8099148 or 11823748. OLE color: 11823748.
HSL color Cylindrical-coordinate representation of color #846AB4: hue angle of 261.08º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #846AB4 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 106 | 180 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.29 |
| HSL | 261.08º | 0.33% | 0.56% | - |
| HSV(B) | 261.08º | 0.41% | 0.71% | - |
| XYZ | 22.91 | 18.51 | 45.55 | - |
| YUV | 122.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 180 | 0.27 | 0.41 | 0 | 0.29 | 261.08 | 0.33 | 0.56 |
| Hex | 84 | 6A | B4 | 1B | 29 | 0 | 1D | 105 | 21 | 38 |
| Octal | 204 | 152 | 264 | 33 | 51 | 0 | 35 | 405 | 41 | 70 |
| Binary | 10000100 | 1101010 | 10110100 | 11011 | 101001 | 0 | 11101 | 100000101 | 100001 | 111000 |
Color Harmonies of #846AB4
Complementary color
Monochromatic Colors of #846AB4
Black with #846AB4
Text Example
Text Example
White with #846AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846AB4; }
p { color: rgb(132,106,180); }
H1.HeaderClassName
{
color: #846AB4;
}
.AnyTagClassName
{
color: #846AB4;
}
</style>
background-color css
<style>
a { background-color: #846AB4; }
a { background-color: rgb(132,106,180); }
div.DivClassName
{
background-color: #846AB4;
}
.BgClassName
{
background-color: #846AB4;
}
</style>
border-color css
<style>
span { border-color: #846AB4; }
span { border-color: rgb(132,106,180); }
td.TdClassName
{
border-color: #846AB4;
}
.TagClassName
{
border-color: #846AB4;
}
</style>