Shades of Deluge #8676AE
Tints of Deluge #8676AE
RGB
CMYK
RGB Variations
Color information
#8676AE (or 0x8676AE) is known color: Deluge. HEX triplet: 86, 76 and AE. RGB value is (134,118,174). Sum of RGB (Red+Green+Blue) = 134+118+174=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #8676AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8676AE is #798951. Grayscale: #808080. Windows color (decimal): -7965010 or 11433606. OLE color: 11433606.
HSL color Cylindrical-coordinate representation of color #8676AE: hue angle of 257.14º degrees, saturation: 0.26, 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 #8676AE is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 118 | 174 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.32 |
| HSL | 257.14º | 0.26% | 0.57% | - |
| HSV(B) | 257.14º | 0.32% | 0.68% | - |
| XYZ | 23.95 | 21.08 | 42.85 | - |
| YUV | 129.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 174 | 0.23 | 0.32 | 0 | 0.32 | 257.14 | 0.26 | 0.57 |
| Hex | 86 | 76 | AE | 17 | 20 | 0 | 20 | 101 | 1A | 39 |
| Octal | 206 | 166 | 256 | 27 | 40 | 0 | 40 | 401 | 32 | 71 |
| Binary | 10000110 | 1110110 | 10101110 | 10111 | 100000 | 0 | 100000 | 100000001 | 11010 | 111001 |
Color Harmonies of #8676AE
Complementary color
Monochromatic Colors of #8676AE
Black with #8676AE
Text Example
Text Example
White with #8676AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8676AE; }
p { color: rgb(134,118,174); }
H1.HeaderClassName
{
color: #8676AE;
}
.AnyTagClassName
{
color: #8676AE;
}
</style>
background-color css
<style>
a { background-color: #8676AE; }
a { background-color: rgb(134,118,174); }
div.DivClassName
{
background-color: #8676AE;
}
.BgClassName
{
background-color: #8676AE;
}
</style>
border-color css
<style>
span { border-color: #8676AE; }
span { border-color: rgb(134,118,174); }
td.TdClassName
{
border-color: #8676AE;
}
.TagClassName
{
border-color: #8676AE;
}
</style>