Shades of Deluge #878298
Tints of Deluge #878298
RGB
CMYK
RGB Variations
Color information
#878298 (or 0x878298) is known color: Deluge. HEX triplet: 87, 82 and 98. RGB value is (135,130,152). Sum of RGB (Red+Green+Blue) = 135+130+152=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #878298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878298 is #787D67. Grayscale: #858585. Windows color (decimal): -7896424 or 9994887. OLE color: 9994887.
HSL color Cylindrical-coordinate representation of color #878298: hue angle of 253.64º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #878298 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 130 | 152 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.40 |
| HSL | 253.64º | 0.1% | 0.55% | - |
| HSV(B) | 253.64º | 0.14% | 0.6% | - |
| XYZ | 23.64 | 23.38 | 32.97 | - |
| YUV | 134 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 152 | 0.11 | 0.14 | 0 | 0.40 | 253.64 | 0.1 | 0.55 |
| Hex | 87 | 82 | 98 | B | E | 0 | 28 | FE | A | 37 |
| Octal | 207 | 202 | 230 | 13 | 16 | 0 | 50 | 376 | 12 | 67 |
| Binary | 10000111 | 10000010 | 10011000 | 1011 | 1110 | 0 | 101000 | 11111110 | 1010 | 110111 |
Color Harmonies of #878298
Complementary color
Monochromatic Colors of #878298
Black with #878298
Text Example
Text Example
White with #878298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878298; }
p { color: rgb(135,130,152); }
H1.HeaderClassName
{
color: #878298;
}
.AnyTagClassName
{
color: #878298;
}
</style>
background-color css
<style>
a { background-color: #878298; }
a { background-color: rgb(135,130,152); }
div.DivClassName
{
background-color: #878298;
}
.BgClassName
{
background-color: #878298;
}
</style>
border-color css
<style>
span { border-color: #878298; }
span { border-color: rgb(135,130,152); }
td.TdClassName
{
border-color: #878298;
}
.TagClassName
{
border-color: #878298;
}
</style>