Shades of Deluge #8676AB
Tints of Deluge #8676AB
RGB
CMYK
RGB Variations
Color information
#8676AB (or 0x8676AB) is known color: Deluge. HEX triplet: 86, 76 and AB. RGB value is (134,118,171). Sum of RGB (Red+Green+Blue) = 134+118+171=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #8676AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8676AB is #798954. Grayscale: #808080. Windows color (decimal): -7965013 or 11236998. OLE color: 11236998.
HSL color Cylindrical-coordinate representation of color #8676AB: hue angle of 258.11º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8676AB is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 118 | 171 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.33 |
| HSL | 258.11º | 0.24% | 0.57% | - |
| HSV(B) | 258.11º | 0.31% | 0.67% | - |
| XYZ | 23.66 | 20.97 | 41.33 | - |
| YUV | 128.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 171 | 0.22 | 0.31 | 0 | 0.33 | 258.11 | 0.24 | 0.57 |
| Hex | 86 | 76 | AB | 16 | 1F | 0 | 21 | 102 | 18 | 39 |
| Octal | 206 | 166 | 253 | 26 | 37 | 0 | 41 | 402 | 30 | 71 |
| Binary | 10000110 | 1110110 | 10101011 | 10110 | 11111 | 0 | 100001 | 100000010 | 11000 | 111001 |
Color Harmonies of #8676AB
Complementary color
Monochromatic Colors of #8676AB
Black with #8676AB
Text Example
Text Example
White with #8676AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8676AB; }
p { color: rgb(134,118,171); }
H1.HeaderClassName
{
color: #8676AB;
}
.AnyTagClassName
{
color: #8676AB;
}
</style>
background-color css
<style>
a { background-color: #8676AB; }
a { background-color: rgb(134,118,171); }
div.DivClassName
{
background-color: #8676AB;
}
.BgClassName
{
background-color: #8676AB;
}
</style>
border-color css
<style>
span { border-color: #8676AB; }
span { border-color: rgb(134,118,171); }
td.TdClassName
{
border-color: #8676AB;
}
.TagClassName
{
border-color: #8676AB;
}
</style>