Shades of Deluge #8679AC
Tints of Deluge #8679AC
RGB
CMYK
RGB Variations
Color information
#8679AC (or 0x8679AC) is known color: Deluge. HEX triplet: 86, 79 and AC. RGB value is (134,121,172). Sum of RGB (Red+Green+Blue) = 134+121+172=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #8679AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8679AC is #798653. Grayscale: #828282. Windows color (decimal): -7964244 or 11303302. OLE color: 11303302.
HSL color Cylindrical-coordinate representation of color #8679AC: hue angle of 255.29º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8679AC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 121 | 172 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.33 |
| HSL | 255.29º | 0.24% | 0.57% | - |
| HSV(B) | 255.29º | 0.3% | 0.67% | - |
| XYZ | 24.12 | 21.72 | 41.95 | - |
| YUV | 130.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 172 | 0.22 | 0.30 | 0 | 0.33 | 255.29 | 0.24 | 0.57 |
| Hex | 86 | 79 | AC | 16 | 1E | 0 | 21 | FF | 18 | 39 |
| Octal | 206 | 171 | 254 | 26 | 36 | 0 | 41 | 377 | 30 | 71 |
| Binary | 10000110 | 1111001 | 10101100 | 10110 | 11110 | 0 | 100001 | 11111111 | 11000 | 111001 |
Color Harmonies of #8679AC
Complementary color
Monochromatic Colors of #8679AC
Black with #8679AC
Text Example
Text Example
White with #8679AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8679AC; }
p { color: rgb(134,121,172); }
H1.HeaderClassName
{
color: #8679AC;
}
.AnyTagClassName
{
color: #8679AC;
}
</style>
background-color css
<style>
a { background-color: #8679AC; }
a { background-color: rgb(134,121,172); }
div.DivClassName
{
background-color: #8679AC;
}
.BgClassName
{
background-color: #8679AC;
}
</style>
border-color css
<style>
span { border-color: #8679AC; }
span { border-color: rgb(134,121,172); }
td.TdClassName
{
border-color: #8679AC;
}
.TagClassName
{
border-color: #8679AC;
}
</style>