Shades of Deluge #87819D
Tints of Deluge #87819D
RGB
CMYK
RGB Variations
Color information
#87819D (or 0x87819D) is known color: Deluge. HEX triplet: 87, 81 and 9D. RGB value is (135,129,157). Sum of RGB (Red+Green+Blue) = 135+129+157=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #87819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87819D is #787E62. Grayscale: #858585. Windows color (decimal): -7896675 or 10322311. OLE color: 10322311.
HSL color Cylindrical-coordinate representation of color #87819D: hue angle of 252.86º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87819D is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 129 | 157 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.38 |
| HSL | 252.86º | 0.13% | 0.56% | - |
| HSV(B) | 252.86º | 0.18% | 0.62% | - |
| XYZ | 23.93 | 23.29 | 35.13 | - |
| YUV | 133.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 157 | 0.14 | 0.18 | 0 | 0.38 | 252.86 | 0.13 | 0.56 |
| Hex | 87 | 81 | 9D | E | 12 | 0 | 26 | FD | C | 38 |
| Octal | 207 | 201 | 235 | 16 | 22 | 0 | 46 | 375 | 14 | 70 |
| Binary | 10000111 | 10000001 | 10011101 | 1110 | 10010 | 0 | 100110 | 11111101 | 1100 | 111000 |
Color Harmonies of #87819D
Complementary color
Monochromatic Colors of #87819D
Black with #87819D
Text Example
Text Example
White with #87819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87819D; }
p { color: rgb(135,129,157); }
H1.HeaderClassName
{
color: #87819D;
}
.AnyTagClassName
{
color: #87819D;
}
</style>
background-color css
<style>
a { background-color: #87819D; }
a { background-color: rgb(135,129,157); }
div.DivClassName
{
background-color: #87819D;
}
.BgClassName
{
background-color: #87819D;
}
</style>
border-color css
<style>
span { border-color: #87819D; }
span { border-color: rgb(135,129,157); }
td.TdClassName
{
border-color: #87819D;
}
.TagClassName
{
border-color: #87819D;
}
</style>