Shades of Deluge #8679AB
Tints of Deluge #8679AB
RGB
CMYK
RGB Variations
Color information
#8679AB (or 0x8679AB) is known color: Deluge. HEX triplet: 86, 79 and AB. RGB value is (134,121,171). Sum of RGB (Red+Green+Blue) = 134+121+171=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #8679AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8679AB is #798654. Grayscale: #828282. Windows color (decimal): -7964245 or 11237766. OLE color: 11237766.
HSL color Cylindrical-coordinate representation of color #8679AB: hue angle of 255.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8679AB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 121 | 171 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.33 |
| HSL | 255.6º | 0.23% | 0.57% | - |
| HSV(B) | 255.6º | 0.29% | 0.67% | - |
| XYZ | 24.02 | 21.68 | 41.45 | - |
| YUV | 130.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 171 | 0.22 | 0.29 | 0 | 0.33 | 255.6 | 0.23 | 0.57 |
| Hex | 86 | 79 | AB | 16 | 1D | 0 | 21 | 100 | 17 | 39 |
| Octal | 206 | 171 | 253 | 26 | 35 | 0 | 41 | 400 | 27 | 71 |
| Binary | 10000110 | 1111001 | 10101011 | 10110 | 11101 | 0 | 100001 | 100000000 | 10111 | 111001 |
Color Harmonies of #8679AB
Complementary color
Monochromatic Colors of #8679AB
Black with #8679AB
Text Example
Text Example
White with #8679AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8679AB; }
p { color: rgb(134,121,171); }
H1.HeaderClassName
{
color: #8679AB;
}
.AnyTagClassName
{
color: #8679AB;
}
</style>
background-color css
<style>
a { background-color: #8679AB; }
a { background-color: rgb(134,121,171); }
div.DivClassName
{
background-color: #8679AB;
}
.BgClassName
{
background-color: #8679AB;
}
</style>
border-color css
<style>
span { border-color: #8679AB; }
span { border-color: rgb(134,121,171); }
td.TdClassName
{
border-color: #8679AB;
}
.TagClassName
{
border-color: #8679AB;
}
</style>