Shades of Deluge #846AB3
Tints of Deluge #846AB3
RGB
CMYK
RGB Variations
Color information
#846AB3 (or 0x846AB3) is known color: Deluge. HEX triplet: 84, 6A and B3. RGB value is (132,106,179). Sum of RGB (Red+Green+Blue) = 132+106+179=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #846AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846AB3 is #7B954C. Grayscale: #797979. Windows color (decimal): -8099149 or 11758212. OLE color: 11758212.
HSL color Cylindrical-coordinate representation of color #846AB3: hue angle of 261.37º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #846AB3 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 106 | 179 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.30 |
| HSL | 261.37º | 0.32% | 0.56% | - |
| HSV(B) | 261.37º | 0.41% | 0.7% | - |
| XYZ | 22.81 | 18.47 | 45.01 | - |
| YUV | 122.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 179 | 0.26 | 0.41 | 0 | 0.30 | 261.37 | 0.32 | 0.56 |
| Hex | 84 | 6A | B3 | 1A | 29 | 0 | 1E | 105 | 20 | 38 |
| Octal | 204 | 152 | 263 | 32 | 51 | 0 | 36 | 405 | 40 | 70 |
| Binary | 10000100 | 1101010 | 10110011 | 11010 | 101001 | 0 | 11110 | 100000101 | 100000 | 111000 |
Color Harmonies of #846AB3
Complementary color
Monochromatic Colors of #846AB3
Black with #846AB3
Text Example
Text Example
White with #846AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846AB3; }
p { color: rgb(132,106,179); }
H1.HeaderClassName
{
color: #846AB3;
}
.AnyTagClassName
{
color: #846AB3;
}
</style>
background-color css
<style>
a { background-color: #846AB3; }
a { background-color: rgb(132,106,179); }
div.DivClassName
{
background-color: #846AB3;
}
.BgClassName
{
background-color: #846AB3;
}
</style>
border-color css
<style>
span { border-color: #846AB3; }
span { border-color: rgb(132,106,179); }
td.TdClassName
{
border-color: #846AB3;
}
.TagClassName
{
border-color: #846AB3;
}
</style>