Shades of Deluge #878198
Tints of Deluge #878198
RGB
CMYK
RGB Variations
Color information
#878198 (or 0x878198) is known color: Deluge. HEX triplet: 87, 81 and 98. RGB value is (135,129,152). Sum of RGB (Red+Green+Blue) = 135+129+152=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #878198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878198 is #787E67. Grayscale: #858585. Windows color (decimal): -7896680 or 9994631. OLE color: 9994631.
HSL color Cylindrical-coordinate representation of color #878198: hue angle of 255.65º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878198 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 129 | 152 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.40 |
| HSL | 255.65º | 0.1% | 0.55% | - |
| HSV(B) | 255.65º | 0.15% | 0.6% | - |
| XYZ | 23.51 | 23.12 | 32.93 | - |
| YUV | 133.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 152 | 0.11 | 0.15 | 0 | 0.40 | 255.65 | 0.1 | 0.55 |
| Hex | 87 | 81 | 98 | B | F | 0 | 28 | 100 | A | 37 |
| Octal | 207 | 201 | 230 | 13 | 17 | 0 | 50 | 400 | 12 | 67 |
| Binary | 10000111 | 10000001 | 10011000 | 1011 | 1111 | 0 | 101000 | 100000000 | 1010 | 110111 |
Color Harmonies of #878198
Complementary color
Monochromatic Colors of #878198
Black with #878198
Text Example
Text Example
White with #878198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878198; }
p { color: rgb(135,129,152); }
H1.HeaderClassName
{
color: #878198;
}
.AnyTagClassName
{
color: #878198;
}
</style>
background-color css
<style>
a { background-color: #878198; }
a { background-color: rgb(135,129,152); }
div.DivClassName
{
background-color: #878198;
}
.BgClassName
{
background-color: #878198;
}
</style>
border-color css
<style>
span { border-color: #878198; }
span { border-color: rgb(135,129,152); }
td.TdClassName
{
border-color: #878198;
}
.TagClassName
{
border-color: #878198;
}
</style>