Shades of Deluge #866CAF
Tints of Deluge #866CAF
RGB
CMYK
RGB Variations
Color information
#866CAF (or 0x866CAF) is known color: Deluge. HEX triplet: 86, 6C and AF. RGB value is (134,108,175). Sum of RGB (Red+Green+Blue) = 134+108+175=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #866CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866CAF is #799350. Grayscale: #7B7B7B. Windows color (decimal): -7967569 or 11496582. OLE color: 11496582.
HSL color Cylindrical-coordinate representation of color #866CAF: hue angle of 263.28º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866CAF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 108 | 175 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.31 |
| HSL | 263.28º | 0.3% | 0.55% | - |
| HSV(B) | 263.28º | 0.38% | 0.69% | - |
| XYZ | 22.93 | 18.89 | 42.99 | - |
| YUV | 123.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 175 | 0.23 | 0.38 | 0 | 0.31 | 263.28 | 0.3 | 0.55 |
| Hex | 86 | 6C | AF | 17 | 26 | 0 | 1F | 107 | 1E | 37 |
| Octal | 206 | 154 | 257 | 27 | 46 | 0 | 37 | 407 | 36 | 67 |
| Binary | 10000110 | 1101100 | 10101111 | 10111 | 100110 | 0 | 11111 | 100000111 | 11110 | 110111 |
Color Harmonies of #866CAF
Complementary color
Monochromatic Colors of #866CAF
Black with #866CAF
Text Example
Text Example
White with #866CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CAF; }
p { color: rgb(134,108,175); }
H1.HeaderClassName
{
color: #866CAF;
}
.AnyTagClassName
{
color: #866CAF;
}
</style>
background-color css
<style>
a { background-color: #866CAF; }
a { background-color: rgb(134,108,175); }
div.DivClassName
{
background-color: #866CAF;
}
.BgClassName
{
background-color: #866CAF;
}
</style>
border-color css
<style>
span { border-color: #866CAF; }
span { border-color: rgb(134,108,175); }
td.TdClassName
{
border-color: #866CAF;
}
.TagClassName
{
border-color: #866CAF;
}
</style>