Shades of Deluge #8670A1
Tints of Deluge #8670A1
RGB
CMYK
RGB Variations
Color information
#8670A1 (or 0x8670A1) is known color: Deluge. HEX triplet: 86, 70 and A1. RGB value is (134,112,161). Sum of RGB (Red+Green+Blue) = 134+112+161=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 161 - color contains mainly: blue. Hex color #8670A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8670A1 is #798F5E. Grayscale: #7B7B7B. Windows color (decimal): -7966559 or 10580102. OLE color: 10580102.
HSL color Cylindrical-coordinate representation of color #8670A1: hue angle of 266.94º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8670A1 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 112 | 161 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.37 |
| HSL | 266.94º | 0.21% | 0.54% | - |
| HSV(B) | 266.94º | 0.3% | 0.63% | - |
| XYZ | 22.06 | 19.23 | 36.27 | - |
| YUV | 124.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 161 | 0.17 | 0.30 | 0 | 0.37 | 266.94 | 0.21 | 0.54 |
| Hex | 86 | 70 | A1 | 11 | 1E | 0 | 25 | 10B | 15 | 36 |
| Octal | 206 | 160 | 241 | 21 | 36 | 0 | 45 | 413 | 25 | 66 |
| Binary | 10000110 | 1110000 | 10100001 | 10001 | 11110 | 0 | 100101 | 100001011 | 10101 | 110110 |
Color Harmonies of #8670A1
Complementary color
Monochromatic Colors of #8670A1
Black with #8670A1
Text Example
Text Example
White with #8670A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8670A1; }
p { color: rgb(134,112,161); }
H1.HeaderClassName
{
color: #8670A1;
}
.AnyTagClassName
{
color: #8670A1;
}
</style>
background-color css
<style>
a { background-color: #8670A1; }
a { background-color: rgb(134,112,161); }
div.DivClassName
{
background-color: #8670A1;
}
.BgClassName
{
background-color: #8670A1;
}
</style>
border-color css
<style>
span { border-color: #8670A1; }
span { border-color: rgb(134,112,161); }
td.TdClassName
{
border-color: #8670A1;
}
.TagClassName
{
border-color: #8670A1;
}
</style>