Shades of Deluge #876FB5
Tints of Deluge #876FB5
RGB
CMYK
RGB Variations
Color information
#876FB5 (or 0x876FB5) is known color: Deluge. HEX triplet: 87, 6F and B5. RGB value is (135,111,181). Sum of RGB (Red+Green+Blue) = 135+111+181=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 181 - color contains mainly: blue. Hex color #876FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FB5 is #78904A. Grayscale: #7D7D7D. Windows color (decimal): -7901259 or 11890567. OLE color: 11890567.
HSL color Cylindrical-coordinate representation of color #876FB5: hue angle of 260.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #876FB5 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 111 | 181 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.29 |
| HSL | 260.57º | 0.32% | 0.57% | - |
| HSV(B) | 260.57º | 0.39% | 0.71% | - |
| XYZ | 24.02 | 19.86 | 46.28 | - |
| YUV | 126.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 181 | 0.25 | 0.39 | 0 | 0.29 | 260.57 | 0.32 | 0.57 |
| Hex | 87 | 6F | B5 | 19 | 27 | 0 | 1D | 105 | 20 | 39 |
| Octal | 207 | 157 | 265 | 31 | 47 | 0 | 35 | 405 | 40 | 71 |
| Binary | 10000111 | 1101111 | 10110101 | 11001 | 100111 | 0 | 11101 | 100000101 | 100000 | 111001 |
Color Harmonies of #876FB5
Complementary color
Monochromatic Colors of #876FB5
Black with #876FB5
Text Example
Text Example
White with #876FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876FB5; }
p { color: rgb(135,111,181); }
H1.HeaderClassName
{
color: #876FB5;
}
.AnyTagClassName
{
color: #876FB5;
}
</style>
background-color css
<style>
a { background-color: #876FB5; }
a { background-color: rgb(135,111,181); }
div.DivClassName
{
background-color: #876FB5;
}
.BgClassName
{
background-color: #876FB5;
}
</style>
border-color css
<style>
span { border-color: #876FB5; }
span { border-color: rgb(135,111,181); }
td.TdClassName
{
border-color: #876FB5;
}
.TagClassName
{
border-color: #876FB5;
}
</style>