Shades of Deluge #876FAF
Tints of Deluge #876FAF
RGB
CMYK
RGB Variations
Color information
#876FAF (or 0x876FAF) is known color: Deluge. HEX triplet: 87, 6F and AF. RGB value is (135,111,175). Sum of RGB (Red+Green+Blue) = 135+111+175=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #876FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FAF is #789050. Grayscale: #7D7D7D. Windows color (decimal): -7901265 or 11497351. OLE color: 11497351.
HSL color Cylindrical-coordinate representation of color #876FAF: hue angle of 262.5º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #876FAF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 111 | 175 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.31 |
| HSL | 262.5º | 0.29% | 0.56% | - |
| HSV(B) | 262.5º | 0.37% | 0.69% | - |
| XYZ | 23.41 | 19.61 | 43.11 | - |
| YUV | 125.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 175 | 0.23 | 0.37 | 0 | 0.31 | 262.5 | 0.29 | 0.56 |
| Hex | 87 | 6F | AF | 17 | 25 | 0 | 1F | 106 | 1D | 38 |
| Octal | 207 | 157 | 257 | 27 | 45 | 0 | 37 | 406 | 35 | 70 |
| Binary | 10000111 | 1101111 | 10101111 | 10111 | 100101 | 0 | 11111 | 100000110 | 11101 | 111000 |
Color Harmonies of #876FAF
Complementary color
Monochromatic Colors of #876FAF
Black with #876FAF
Text Example
Text Example
White with #876FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876FAF; }
p { color: rgb(135,111,175); }
H1.HeaderClassName
{
color: #876FAF;
}
.AnyTagClassName
{
color: #876FAF;
}
</style>
background-color css
<style>
a { background-color: #876FAF; }
a { background-color: rgb(135,111,175); }
div.DivClassName
{
background-color: #876FAF;
}
.BgClassName
{
background-color: #876FAF;
}
</style>
border-color css
<style>
span { border-color: #876FAF; }
span { border-color: rgb(135,111,175); }
td.TdClassName
{
border-color: #876FAF;
}
.TagClassName
{
border-color: #876FAF;
}
</style>