Shades of Deluge #8671AD
Tints of Deluge #8671AD
RGB
CMYK
RGB Variations
Color information
#8671AD (or 0x8671AD) is known color: Deluge. HEX triplet: 86, 71 and AD. RGB value is (134,113,173). Sum of RGB (Red+Green+Blue) = 134+113+173=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #8671AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8671AD is #798E52. Grayscale: #7D7D7D. Windows color (decimal): -7966291 or 11366790. OLE color: 11366790.
HSL color Cylindrical-coordinate representation of color #8671AD: hue angle of 261º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8671AD is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 113 | 173 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.32 |
| HSL | 261º | 0.27% | 0.56% | - |
| HSV(B) | 261º | 0.35% | 0.68% | - |
| XYZ | 23.28 | 19.9 | 42.15 | - |
| YUV | 126.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 173 | 0.23 | 0.35 | 0 | 0.32 | 261 | 0.27 | 0.56 |
| Hex | 86 | 71 | AD | 17 | 23 | 0 | 20 | 105 | 1B | 38 |
| Octal | 206 | 161 | 255 | 27 | 43 | 0 | 40 | 405 | 33 | 70 |
| Binary | 10000110 | 1110001 | 10101101 | 10111 | 100011 | 0 | 100000 | 100000101 | 11011 | 111000 |
Color Harmonies of #8671AD
Complementary color
Monochromatic Colors of #8671AD
Black with #8671AD
Text Example
Text Example
White with #8671AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671AD; }
p { color: rgb(134,113,173); }
H1.HeaderClassName
{
color: #8671AD;
}
.AnyTagClassName
{
color: #8671AD;
}
</style>
background-color css
<style>
a { background-color: #8671AD; }
a { background-color: rgb(134,113,173); }
div.DivClassName
{
background-color: #8671AD;
}
.BgClassName
{
background-color: #8671AD;
}
</style>
border-color css
<style>
span { border-color: #8671AD; }
span { border-color: rgb(134,113,173); }
td.TdClassName
{
border-color: #8671AD;
}
.TagClassName
{
border-color: #8671AD;
}
</style>