Shades of Deluge #876CAE
Tints of Deluge #876CAE
RGB
CMYK
RGB Variations
Color information
#876CAE (or 0x876CAE) is known color: Deluge. HEX triplet: 87, 6C and AE. RGB value is (135,108,174). Sum of RGB (Red+Green+Blue) = 135+108+174=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #876CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876CAE is #789351. Grayscale: #7B7B7B. Windows color (decimal): -7902034 or 11431047. OLE color: 11431047.
HSL color Cylindrical-coordinate representation of color #876CAE: hue angle of 264.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #876CAE is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 108 | 174 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.32 |
| HSL | 264.55º | 0.29% | 0.55% | - |
| HSV(B) | 264.55º | 0.38% | 0.68% | - |
| XYZ | 22.99 | 18.93 | 42.49 | - |
| YUV | 123.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 174 | 0.22 | 0.38 | 0 | 0.32 | 264.55 | 0.29 | 0.55 |
| Hex | 87 | 6C | AE | 16 | 26 | 0 | 20 | 109 | 1D | 37 |
| Octal | 207 | 154 | 256 | 26 | 46 | 0 | 40 | 411 | 35 | 67 |
| Binary | 10000111 | 1101100 | 10101110 | 10110 | 100110 | 0 | 100000 | 100001001 | 11101 | 110111 |
Color Harmonies of #876CAE
Complementary color
Monochromatic Colors of #876CAE
Black with #876CAE
Text Example
Text Example
White with #876CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876CAE; }
p { color: rgb(135,108,174); }
H1.HeaderClassName
{
color: #876CAE;
}
.AnyTagClassName
{
color: #876CAE;
}
</style>
background-color css
<style>
a { background-color: #876CAE; }
a { background-color: rgb(135,108,174); }
div.DivClassName
{
background-color: #876CAE;
}
.BgClassName
{
background-color: #876CAE;
}
</style>
border-color css
<style>
span { border-color: #876CAE; }
span { border-color: rgb(135,108,174); }
td.TdClassName
{
border-color: #876CAE;
}
.TagClassName
{
border-color: #876CAE;
}
</style>