Shades of Deluge #8671A4
Tints of Deluge #8671A4
RGB
CMYK
RGB Variations
Color information
#8671A4 (or 0x8671A4) is known color: Deluge. HEX triplet: 86, 71 and A4. RGB value is (134,113,164). Sum of RGB (Red+Green+Blue) = 134+113+164=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #8671A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8671A4 is #798E5B. Grayscale: #7C7C7C. Windows color (decimal): -7966300 or 10776966. OLE color: 10776966.
HSL color Cylindrical-coordinate representation of color #8671A4: hue angle of 264.71º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8671A4 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 113 | 164 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.36 |
| HSL | 264.71º | 0.22% | 0.54% | - |
| HSV(B) | 264.71º | 0.31% | 0.64% | - |
| XYZ | 22.44 | 19.56 | 37.71 | - |
| YUV | 125.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 164 | 0.18 | 0.31 | 0 | 0.36 | 264.71 | 0.22 | 0.54 |
| Hex | 86 | 71 | A4 | 12 | 1F | 0 | 24 | 109 | 16 | 36 |
| Octal | 206 | 161 | 244 | 22 | 37 | 0 | 44 | 411 | 26 | 66 |
| Binary | 10000110 | 1110001 | 10100100 | 10010 | 11111 | 0 | 100100 | 100001001 | 10110 | 110110 |
Color Harmonies of #8671A4
Complementary color
Monochromatic Colors of #8671A4
Black with #8671A4
Text Example
Text Example
White with #8671A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671A4; }
p { color: rgb(134,113,164); }
H1.HeaderClassName
{
color: #8671A4;
}
.AnyTagClassName
{
color: #8671A4;
}
</style>
background-color css
<style>
a { background-color: #8671A4; }
a { background-color: rgb(134,113,164); }
div.DivClassName
{
background-color: #8671A4;
}
.BgClassName
{
background-color: #8671A4;
}
</style>
border-color css
<style>
span { border-color: #8671A4; }
span { border-color: rgb(134,113,164); }
td.TdClassName
{
border-color: #8671A4;
}
.TagClassName
{
border-color: #8671A4;
}
</style>