Shades of Deluge #867AAD
Tints of Deluge #867AAD
RGB
CMYK
RGB Variations
Color information
#867AAD (or 0x867AAD) is known color: Deluge. HEX triplet: 86, 7A and AD. RGB value is (134,122,173). Sum of RGB (Red+Green+Blue) = 134+122+173=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #867AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867AAD is #798552. Grayscale: #838383. Windows color (decimal): -7963987 or 11369094. OLE color: 11369094.
HSL color Cylindrical-coordinate representation of color #867AAD: hue angle of 254.12º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867AAD is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 122 | 173 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.32 |
| HSL | 254.12º | 0.24% | 0.58% | - |
| HSV(B) | 254.12º | 0.29% | 0.68% | - |
| XYZ | 24.33 | 22 | 42.5 | - |
| YUV | 131.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 173 | 0.23 | 0.29 | 0 | 0.32 | 254.12 | 0.24 | 0.58 |
| Hex | 86 | 7A | AD | 17 | 1D | 0 | 20 | FE | 18 | 3A |
| Octal | 206 | 172 | 255 | 27 | 35 | 0 | 40 | 376 | 30 | 72 |
| Binary | 10000110 | 1111010 | 10101101 | 10111 | 11101 | 0 | 100000 | 11111110 | 11000 | 111010 |
Color Harmonies of #867AAD
Complementary color
Monochromatic Colors of #867AAD
Black with #867AAD
Text Example
Text Example
White with #867AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867AAD; }
p { color: rgb(134,122,173); }
H1.HeaderClassName
{
color: #867AAD;
}
.AnyTagClassName
{
color: #867AAD;
}
</style>
background-color css
<style>
a { background-color: #867AAD; }
a { background-color: rgb(134,122,173); }
div.DivClassName
{
background-color: #867AAD;
}
.BgClassName
{
background-color: #867AAD;
}
</style>
border-color css
<style>
span { border-color: #867AAD; }
span { border-color: rgb(134,122,173); }
td.TdClassName
{
border-color: #867AAD;
}
.TagClassName
{
border-color: #867AAD;
}
</style>