Shades of Deluge #846CAF
Tints of Deluge #846CAF
RGB
CMYK
RGB Variations
Color information
#846CAF (or 0x846CAF) is known color: Deluge. HEX triplet: 84, 6C and AF. RGB value is (132,108,175). Sum of RGB (Red+Green+Blue) = 132+108+175=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #846CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846CAF is #7B9350. Grayscale: #7A7A7A. Windows color (decimal): -8098641 or 11496580. OLE color: 11496580.
HSL color Cylindrical-coordinate representation of color #846CAF: hue angle of 261.49º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #846CAF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 108 | 175 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.31 |
| HSL | 261.49º | 0.3% | 0.55% | - |
| HSV(B) | 261.49º | 0.38% | 0.69% | - |
| XYZ | 22.62 | 18.73 | 42.98 | - |
| YUV | 122.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 175 | 0.25 | 0.38 | 0 | 0.31 | 261.49 | 0.3 | 0.55 |
| Hex | 84 | 6C | AF | 19 | 26 | 0 | 1F | 105 | 1E | 37 |
| Octal | 204 | 154 | 257 | 31 | 46 | 0 | 37 | 405 | 36 | 67 |
| Binary | 10000100 | 1101100 | 10101111 | 11001 | 100110 | 0 | 11111 | 100000101 | 11110 | 110111 |
Color Harmonies of #846CAF
Complementary color
Monochromatic Colors of #846CAF
Black with #846CAF
Text Example
Text Example
White with #846CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846CAF; }
p { color: rgb(132,108,175); }
H1.HeaderClassName
{
color: #846CAF;
}
.AnyTagClassName
{
color: #846CAF;
}
</style>
background-color css
<style>
a { background-color: #846CAF; }
a { background-color: rgb(132,108,175); }
div.DivClassName
{
background-color: #846CAF;
}
.BgClassName
{
background-color: #846CAF;
}
</style>
border-color css
<style>
span { border-color: #846CAF; }
span { border-color: rgb(132,108,175); }
td.TdClassName
{
border-color: #846CAF;
}
.TagClassName
{
border-color: #846CAF;
}
</style>