Shades of Deluge #87819A
Tints of Deluge #87819A
RGB
CMYK
RGB Variations
Color information
#87819A (or 0x87819A) is known color: Deluge. HEX triplet: 87, 81 and 9A. RGB value is (135,129,154). Sum of RGB (Red+Green+Blue) = 135+129+154=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #87819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87819A is #787E65. Grayscale: #858585. Windows color (decimal): -7896678 or 10125703. OLE color: 10125703.
HSL color Cylindrical-coordinate representation of color #87819A: hue angle of 254.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87819A is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 129 | 154 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.40 |
| HSL | 254.4º | 0.11% | 0.55% | - |
| HSV(B) | 254.4º | 0.16% | 0.6% | - |
| XYZ | 23.67 | 23.18 | 33.8 | - |
| YUV | 133.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 154 | 0.12 | 0.16 | 0 | 0.40 | 254.4 | 0.11 | 0.55 |
| Hex | 87 | 81 | 9A | C | 10 | 0 | 28 | FE | B | 37 |
| Octal | 207 | 201 | 232 | 14 | 20 | 0 | 50 | 376 | 13 | 67 |
| Binary | 10000111 | 10000001 | 10011010 | 1100 | 10000 | 0 | 101000 | 11111110 | 1011 | 110111 |
Color Harmonies of #87819A
Complementary color
Monochromatic Colors of #87819A
Black with #87819A
Text Example
Text Example
White with #87819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87819A; }
p { color: rgb(135,129,154); }
H1.HeaderClassName
{
color: #87819A;
}
.AnyTagClassName
{
color: #87819A;
}
</style>
background-color css
<style>
a { background-color: #87819A; }
a { background-color: rgb(135,129,154); }
div.DivClassName
{
background-color: #87819A;
}
.BgClassName
{
background-color: #87819A;
}
</style>
border-color css
<style>
span { border-color: #87819A; }
span { border-color: rgb(135,129,154); }
td.TdClassName
{
border-color: #87819A;
}
.TagClassName
{
border-color: #87819A;
}
</style>