Shades of Deluge #8460B2
Tints of Deluge #8460B2
RGB
CMYK
RGB Variations
Color information
#8460B2 (or 0x8460B2) is known color: Deluge. HEX triplet: 84, 60 and B2. RGB value is (132,96,178). Sum of RGB (Red+Green+Blue) = 132+96+178=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 178 - color contains mainly: blue. Hex color #8460B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8460B2 is #7B9F4D. Grayscale: #737373. Windows color (decimal): -8101710 or 11690116. OLE color: 11690116.
HSL color Cylindrical-coordinate representation of color #8460B2: hue angle of 266.34º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8460B2 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 96 | 178 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.30 |
| HSL | 266.34º | 0.35% | 0.54% | - |
| HSV(B) | 266.34º | 0.46% | 0.7% | - |
| XYZ | 21.73 | 16.49 | 44.16 | - |
| YUV | 116.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 178 | 0.26 | 0.46 | 0 | 0.30 | 266.34 | 0.35 | 0.54 |
| Hex | 84 | 60 | B2 | 1A | 2E | 0 | 1E | 10A | 23 | 36 |
| Octal | 204 | 140 | 262 | 32 | 56 | 0 | 36 | 412 | 43 | 66 |
| Binary | 10000100 | 1100000 | 10110010 | 11010 | 101110 | 0 | 11110 | 100001010 | 100011 | 110110 |
Color Harmonies of #8460B2
Complementary color
Monochromatic Colors of #8460B2
Black with #8460B2
Text Example
Text Example
White with #8460B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8460B2; }
p { color: rgb(132,96,178); }
H1.HeaderClassName
{
color: #8460B2;
}
.AnyTagClassName
{
color: #8460B2;
}
</style>
background-color css
<style>
a { background-color: #8460B2; }
a { background-color: rgb(132,96,178); }
div.DivClassName
{
background-color: #8460B2;
}
.BgClassName
{
background-color: #8460B2;
}
</style>
border-color css
<style>
span { border-color: #8460B2; }
span { border-color: rgb(132,96,178); }
td.TdClassName
{
border-color: #8460B2;
}
.TagClassName
{
border-color: #8460B2;
}
</style>