Shades of Deluge #8780AD
Tints of Deluge #8780AD
RGB
CMYK
RGB Variations
Color information
#8780AD (or 0x8780AD) is known color: Deluge. HEX triplet: 87, 80 and AD. RGB value is (135,128,173). Sum of RGB (Red+Green+Blue) = 135+128+173=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #8780AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8780AD is #787F52. Grayscale: #878787. Windows color (decimal): -7896915 or 11370631. OLE color: 11370631.
HSL color Cylindrical-coordinate representation of color #8780AD: hue angle of 249.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8780AD is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 128 | 173 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.32 |
| HSL | 249.33º | 0.22% | 0.59% | - |
| HSV(B) | 249.33º | 0.26% | 0.68% | - |
| XYZ | 25.25 | 23.61 | 42.76 | - |
| YUV | 135.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 173 | 0.22 | 0.26 | 0 | 0.32 | 249.33 | 0.22 | 0.59 |
| Hex | 87 | 80 | AD | 16 | 1A | 0 | 20 | F9 | 16 | 3B |
| Octal | 207 | 200 | 255 | 26 | 32 | 0 | 40 | 371 | 26 | 73 |
| Binary | 10000111 | 10000000 | 10101101 | 10110 | 11010 | 0 | 100000 | 11111001 | 10110 | 111011 |
Color Harmonies of #8780AD
Complementary color
Monochromatic Colors of #8780AD
Black with #8780AD
Text Example
Text Example
White with #8780AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8780AD; }
p { color: rgb(135,128,173); }
H1.HeaderClassName
{
color: #8780AD;
}
.AnyTagClassName
{
color: #8780AD;
}
</style>
background-color css
<style>
a { background-color: #8780AD; }
a { background-color: rgb(135,128,173); }
div.DivClassName
{
background-color: #8780AD;
}
.BgClassName
{
background-color: #8780AD;
}
</style>
border-color css
<style>
span { border-color: #8780AD; }
span { border-color: rgb(135,128,173); }
td.TdClassName
{
border-color: #8780AD;
}
.TagClassName
{
border-color: #8780AD;
}
</style>