Shades of Deluge #867AAC
Tints of Deluge #867AAC
RGB
CMYK
RGB Variations
Color information
#867AAC (or 0x867AAC) is known color: Deluge. HEX triplet: 86, 7A and AC. RGB value is (134,122,172). Sum of RGB (Red+Green+Blue) = 134+122+172=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #867AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867AAC is #798553. Grayscale: #838383. Windows color (decimal): -7963988 or 11303558. OLE color: 11303558.
HSL color Cylindrical-coordinate representation of color #867AAC: hue angle of 254.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867AAC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 122 | 172 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.33 |
| HSL | 254.4º | 0.23% | 0.58% | - |
| HSV(B) | 254.4º | 0.29% | 0.67% | - |
| XYZ | 24.24 | 21.97 | 41.99 | - |
| YUV | 131.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 172 | 0.22 | 0.29 | 0 | 0.33 | 254.4 | 0.23 | 0.58 |
| Hex | 86 | 7A | AC | 16 | 1D | 0 | 21 | FE | 17 | 3A |
| Octal | 206 | 172 | 254 | 26 | 35 | 0 | 41 | 376 | 27 | 72 |
| Binary | 10000110 | 1111010 | 10101100 | 10110 | 11101 | 0 | 100001 | 11111110 | 10111 | 111010 |
Color Harmonies of #867AAC
Complementary color
Monochromatic Colors of #867AAC
Black with #867AAC
Text Example
Text Example
White with #867AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867AAC; }
p { color: rgb(134,122,172); }
H1.HeaderClassName
{
color: #867AAC;
}
.AnyTagClassName
{
color: #867AAC;
}
</style>
background-color css
<style>
a { background-color: #867AAC; }
a { background-color: rgb(134,122,172); }
div.DivClassName
{
background-color: #867AAC;
}
.BgClassName
{
background-color: #867AAC;
}
</style>
border-color css
<style>
span { border-color: #867AAC; }
span { border-color: rgb(134,122,172); }
td.TdClassName
{
border-color: #867AAC;
}
.TagClassName
{
border-color: #867AAC;
}
</style>