Shades of Deluge #8677AC
Tints of Deluge #8677AC
RGB
CMYK
RGB Variations
Color information
#8677AC (or 0x8677AC) is known color: Deluge. HEX triplet: 86, 77 and AC. RGB value is (134,119,172). Sum of RGB (Red+Green+Blue) = 134+119+172=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #8677AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8677AC is #798853. Grayscale: #818181. Windows color (decimal): -7964756 or 11302790. OLE color: 11302790.
HSL color Cylindrical-coordinate representation of color #8677AC: hue angle of 256.98º 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 #8677AC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 119 | 172 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.33 |
| HSL | 256.98º | 0.24% | 0.57% | - |
| HSV(B) | 256.98º | 0.31% | 0.67% | - |
| XYZ | 23.87 | 21.24 | 41.87 | - |
| YUV | 129.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 119 | 172 | 0.22 | 0.31 | 0 | 0.33 | 256.98 | 0.24 | 0.57 |
| Hex | 86 | 77 | AC | 16 | 1F | 0 | 21 | 101 | 18 | 39 |
| Octal | 206 | 167 | 254 | 26 | 37 | 0 | 41 | 401 | 30 | 71 |
| Binary | 10000110 | 1110111 | 10101100 | 10110 | 11111 | 0 | 100001 | 100000001 | 11000 | 111001 |
Color Harmonies of #8677AC
Complementary color
Monochromatic Colors of #8677AC
Black with #8677AC
Text Example
Text Example
White with #8677AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8677AC; }
p { color: rgb(134,119,172); }
H1.HeaderClassName
{
color: #8677AC;
}
.AnyTagClassName
{
color: #8677AC;
}
</style>
background-color css
<style>
a { background-color: #8677AC; }
a { background-color: rgb(134,119,172); }
div.DivClassName
{
background-color: #8677AC;
}
.BgClassName
{
background-color: #8677AC;
}
</style>
border-color css
<style>
span { border-color: #8677AC; }
span { border-color: rgb(134,119,172); }
td.TdClassName
{
border-color: #8677AC;
}
.TagClassName
{
border-color: #8677AC;
}
</style>