Shades of Deluge #8778AD
Tints of Deluge #8778AD
RGB
CMYK
RGB Variations
Color information
#8778AD (or 0x8778AD) is known color: Deluge. HEX triplet: 87, 78 and AD. RGB value is (135,120,173). Sum of RGB (Red+Green+Blue) = 135+120+173=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #8778AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8778AD is #788752. Grayscale: #828282. Windows color (decimal): -7898963 or 11368583. OLE color: 11368583.
HSL color Cylindrical-coordinate representation of color #8778AD: hue angle of 256.98º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8778AD is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 120 | 173 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.32 |
| HSL | 256.98º | 0.24% | 0.57% | - |
| HSV(B) | 256.98º | 0.31% | 0.68% | - |
| XYZ | 24.25 | 21.6 | 42.43 | - |
| YUV | 130.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 173 | 0.22 | 0.31 | 0 | 0.32 | 256.98 | 0.24 | 0.57 |
| Hex | 87 | 78 | AD | 16 | 1F | 0 | 20 | 101 | 18 | 39 |
| Octal | 207 | 170 | 255 | 26 | 37 | 0 | 40 | 401 | 30 | 71 |
| Binary | 10000111 | 1111000 | 10101101 | 10110 | 11111 | 0 | 100000 | 100000001 | 11000 | 111001 |
Color Harmonies of #8778AD
Complementary color
Monochromatic Colors of #8778AD
Black with #8778AD
Text Example
Text Example
White with #8778AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8778AD; }
p { color: rgb(135,120,173); }
H1.HeaderClassName
{
color: #8778AD;
}
.AnyTagClassName
{
color: #8778AD;
}
</style>
background-color css
<style>
a { background-color: #8778AD; }
a { background-color: rgb(135,120,173); }
div.DivClassName
{
background-color: #8778AD;
}
.BgClassName
{
background-color: #8778AD;
}
</style>
border-color css
<style>
span { border-color: #8778AD; }
span { border-color: rgb(135,120,173); }
td.TdClassName
{
border-color: #8778AD;
}
.TagClassName
{
border-color: #8778AD;
}
</style>