Shades of Deluge #8660B2
Tints of Deluge #8660B2
RGB
CMYK
RGB Variations
Color information
#8660B2 (or 0x8660B2) is known color: Deluge. HEX triplet: 86, 60 and B2. RGB value is (134,96,178). Sum of RGB (Red+Green+Blue) = 134+96+178=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 178 - color contains mainly: blue. Hex color #8660B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8660B2 is #799F4D. Grayscale: #747474. Windows color (decimal): -7970638 or 11690118. OLE color: 11690118.
HSL color Cylindrical-coordinate representation of color #8660B2: hue angle of 267.8º 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 #8660B2 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 96 | 178 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.30 |
| HSL | 267.8º | 0.35% | 0.54% | - |
| HSV(B) | 267.8º | 0.46% | 0.7% | - |
| XYZ | 22.05 | 16.65 | 44.17 | - |
| YUV | 116.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 178 | 0.25 | 0.46 | 0 | 0.30 | 267.8 | 0.35 | 0.54 |
| Hex | 86 | 60 | B2 | 19 | 2E | 0 | 1E | 10C | 23 | 36 |
| Octal | 206 | 140 | 262 | 31 | 56 | 0 | 36 | 414 | 43 | 66 |
| Binary | 10000110 | 1100000 | 10110010 | 11001 | 101110 | 0 | 11110 | 100001100 | 100011 | 110110 |
Color Harmonies of #8660B2
Complementary color
Monochromatic Colors of #8660B2
Black with #8660B2
Text Example
Text Example
White with #8660B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8660B2; }
p { color: rgb(134,96,178); }
H1.HeaderClassName
{
color: #8660B2;
}
.AnyTagClassName
{
color: #8660B2;
}
</style>
background-color css
<style>
a { background-color: #8660B2; }
a { background-color: rgb(134,96,178); }
div.DivClassName
{
background-color: #8660B2;
}
.BgClassName
{
background-color: #8660B2;
}
</style>
border-color css
<style>
span { border-color: #8660B2; }
span { border-color: rgb(134,96,178); }
td.TdClassName
{
border-color: #8660B2;
}
.TagClassName
{
border-color: #8660B2;
}
</style>