Shades of Deluge #876CAF
Tints of Deluge #876CAF
RGB
CMYK
RGB Variations
Color information
#876CAF (or 0x876CAF) is known color: Deluge. HEX triplet: 87, 6C and AF. RGB value is (135,108,175). Sum of RGB (Red+Green+Blue) = 135+108+175=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #876CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876CAF is #789350. Grayscale: #7B7B7B. Windows color (decimal): -7902033 or 11496583. OLE color: 11496583.
HSL color Cylindrical-coordinate representation of color #876CAF: hue angle of 264.18º 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 #876CAF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 108 | 175 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.31 |
| HSL | 264.18º | 0.3% | 0.55% | - |
| HSV(B) | 264.18º | 0.38% | 0.69% | - |
| XYZ | 23.09 | 18.97 | 43 | - |
| YUV | 123.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 175 | 0.23 | 0.38 | 0 | 0.31 | 264.18 | 0.3 | 0.55 |
| Hex | 87 | 6C | AF | 17 | 26 | 0 | 1F | 108 | 1E | 37 |
| Octal | 207 | 154 | 257 | 27 | 46 | 0 | 37 | 410 | 36 | 67 |
| Binary | 10000111 | 1101100 | 10101111 | 10111 | 100110 | 0 | 11111 | 100001000 | 11110 | 110111 |
Color Harmonies of #876CAF
Complementary color
Monochromatic Colors of #876CAF
Black with #876CAF
Text Example
Text Example
White with #876CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876CAF; }
p { color: rgb(135,108,175); }
H1.HeaderClassName
{
color: #876CAF;
}
.AnyTagClassName
{
color: #876CAF;
}
</style>
background-color css
<style>
a { background-color: #876CAF; }
a { background-color: rgb(135,108,175); }
div.DivClassName
{
background-color: #876CAF;
}
.BgClassName
{
background-color: #876CAF;
}
</style>
border-color css
<style>
span { border-color: #876CAF; }
span { border-color: rgb(135,108,175); }
td.TdClassName
{
border-color: #876CAF;
}
.TagClassName
{
border-color: #876CAF;
}
</style>