Shades of Deluge #8778A0
Tints of Deluge #8778A0
RGB
CMYK
RGB Variations
Color information
#8778A0 (or 0x8778A0) is known color: Deluge. HEX triplet: 87, 78 and A0. RGB value is (135,120,160). Sum of RGB (Red+Green+Blue) = 135+120+160=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 160 - color contains mainly: blue. Hex color #8778A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8778A0 is #78875F. Grayscale: #808080. Windows color (decimal): -7898976 or 10516615. OLE color: 10516615.
HSL color Cylindrical-coordinate representation of color #8778A0: hue angle of 262.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8778A0 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 120 | 160 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.37 |
| HSL | 262.5º | 0.17% | 0.55% | - |
| HSV(B) | 262.5º | 0.25% | 0.63% | - |
| XYZ | 23.05 | 21.12 | 36.12 | - |
| YUV | 129.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 160 | 0.16 | 0.25 | 0 | 0.37 | 262.5 | 0.17 | 0.55 |
| Hex | 87 | 78 | A0 | 10 | 19 | 0 | 25 | 106 | 11 | 37 |
| Octal | 207 | 170 | 240 | 20 | 31 | 0 | 45 | 406 | 21 | 67 |
| Binary | 10000111 | 1111000 | 10100000 | 10000 | 11001 | 0 | 100101 | 100000110 | 10001 | 110111 |
Color Harmonies of #8778A0
Complementary color
Monochromatic Colors of #8778A0
Black with #8778A0
Text Example
Text Example
White with #8778A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8778A0; }
p { color: rgb(135,120,160); }
H1.HeaderClassName
{
color: #8778A0;
}
.AnyTagClassName
{
color: #8778A0;
}
</style>
background-color css
<style>
a { background-color: #8778A0; }
a { background-color: rgb(135,120,160); }
div.DivClassName
{
background-color: #8778A0;
}
.BgClassName
{
background-color: #8778A0;
}
</style>
border-color css
<style>
span { border-color: #8778A0; }
span { border-color: rgb(135,120,160); }
td.TdClassName
{
border-color: #8778A0;
}
.TagClassName
{
border-color: #8778A0;
}
</style>