Shades of Deluge #866BAF
Tints of Deluge #866BAF
RGB
CMYK
RGB Variations
Color information
#866BAF (or 0x866BAF) is known color: Deluge. HEX triplet: 86, 6B and AF. RGB value is (134,107,175). Sum of RGB (Red+Green+Blue) = 134+107+175=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #866BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866BAF is #799450. Grayscale: #7A7A7A. Windows color (decimal): -7967825 or 11496326. OLE color: 11496326.
HSL color Cylindrical-coordinate representation of color #866BAF: hue angle of 263.82º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #866BAF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 107 | 175 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.31 |
| HSL | 263.82º | 0.3% | 0.55% | - |
| HSV(B) | 263.82º | 0.39% | 0.69% | - |
| XYZ | 22.83 | 18.68 | 42.96 | - |
| YUV | 122.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 175 | 0.23 | 0.39 | 0 | 0.31 | 263.82 | 0.3 | 0.55 |
| Hex | 86 | 6B | AF | 17 | 27 | 0 | 1F | 108 | 1E | 37 |
| Octal | 206 | 153 | 257 | 27 | 47 | 0 | 37 | 410 | 36 | 67 |
| Binary | 10000110 | 1101011 | 10101111 | 10111 | 100111 | 0 | 11111 | 100001000 | 11110 | 110111 |
Color Harmonies of #866BAF
Complementary color
Monochromatic Colors of #866BAF
Black with #866BAF
Text Example
Text Example
White with #866BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BAF; }
p { color: rgb(134,107,175); }
H1.HeaderClassName
{
color: #866BAF;
}
.AnyTagClassName
{
color: #866BAF;
}
</style>
background-color css
<style>
a { background-color: #866BAF; }
a { background-color: rgb(134,107,175); }
div.DivClassName
{
background-color: #866BAF;
}
.BgClassName
{
background-color: #866BAF;
}
</style>
border-color css
<style>
span { border-color: #866BAF; }
span { border-color: rgb(134,107,175); }
td.TdClassName
{
border-color: #866BAF;
}
.TagClassName
{
border-color: #866BAF;
}
</style>