Shades of Deluge #8671A1
Tints of Deluge #8671A1
RGB
CMYK
RGB Variations
Color information
#8671A1 (or 0x8671A1) is known color: Deluge. HEX triplet: 86, 71 and A1. RGB value is (134,113,161). Sum of RGB (Red+Green+Blue) = 134+113+161=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 161 - color contains mainly: blue. Hex color #8671A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8671A1 is #798E5E. Grayscale: #7C7C7C. Windows color (decimal): -7966303 or 10580358. OLE color: 10580358.
HSL color Cylindrical-coordinate representation of color #8671A1: hue angle of 266.25º degrees, saturation: 0.2, 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 #8671A1 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 113 | 161 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.37 |
| HSL | 266.25º | 0.2% | 0.54% | - |
| HSV(B) | 266.25º | 0.3% | 0.63% | - |
| XYZ | 22.17 | 19.45 | 36.3 | - |
| YUV | 124.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 161 | 0.17 | 0.30 | 0 | 0.37 | 266.25 | 0.2 | 0.54 |
| Hex | 86 | 71 | A1 | 11 | 1E | 0 | 25 | 10A | 14 | 36 |
| Octal | 206 | 161 | 241 | 21 | 36 | 0 | 45 | 412 | 24 | 66 |
| Binary | 10000110 | 1110001 | 10100001 | 10001 | 11110 | 0 | 100101 | 100001010 | 10100 | 110110 |
Color Harmonies of #8671A1
Complementary color
Monochromatic Colors of #8671A1
Black with #8671A1
Text Example
Text Example
White with #8671A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671A1; }
p { color: rgb(134,113,161); }
H1.HeaderClassName
{
color: #8671A1;
}
.AnyTagClassName
{
color: #8671A1;
}
</style>
background-color css
<style>
a { background-color: #8671A1; }
a { background-color: rgb(134,113,161); }
div.DivClassName
{
background-color: #8671A1;
}
.BgClassName
{
background-color: #8671A1;
}
</style>
border-color css
<style>
span { border-color: #8671A1; }
span { border-color: rgb(134,113,161); }
td.TdClassName
{
border-color: #8671A1;
}
.TagClassName
{
border-color: #8671A1;
}
</style>