Shades of Deluge #8676AD
Tints of Deluge #8676AD
RGB
CMYK
RGB Variations
Color information
#8676AD (or 0x8676AD) is known color: Deluge. HEX triplet: 86, 76 and AD. RGB value is (134,118,173). Sum of RGB (Red+Green+Blue) = 134+118+173=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #8676AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8676AD is #798952. Grayscale: #808080. Windows color (decimal): -7965011 or 11368070. OLE color: 11368070.
HSL color Cylindrical-coordinate representation of color #8676AD: hue angle of 257.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8676AD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 118 | 173 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.32 |
| HSL | 257.45º | 0.25% | 0.57% | - |
| HSV(B) | 257.45º | 0.32% | 0.68% | - |
| XYZ | 23.85 | 21.04 | 42.34 | - |
| YUV | 129.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 173 | 0.23 | 0.32 | 0 | 0.32 | 257.45 | 0.25 | 0.57 |
| Hex | 86 | 76 | AD | 17 | 20 | 0 | 20 | 101 | 19 | 39 |
| Octal | 206 | 166 | 255 | 27 | 40 | 0 | 40 | 401 | 31 | 71 |
| Binary | 10000110 | 1110110 | 10101101 | 10111 | 100000 | 0 | 100000 | 100000001 | 11001 | 111001 |
Color Harmonies of #8676AD
Complementary color
Monochromatic Colors of #8676AD
Black with #8676AD
Text Example
Text Example
White with #8676AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8676AD; }
p { color: rgb(134,118,173); }
H1.HeaderClassName
{
color: #8676AD;
}
.AnyTagClassName
{
color: #8676AD;
}
</style>
background-color css
<style>
a { background-color: #8676AD; }
a { background-color: rgb(134,118,173); }
div.DivClassName
{
background-color: #8676AD;
}
.BgClassName
{
background-color: #8676AD;
}
</style>
border-color css
<style>
span { border-color: #8676AD; }
span { border-color: rgb(134,118,173); }
td.TdClassName
{
border-color: #8676AD;
}
.TagClassName
{
border-color: #8676AD;
}
</style>