Shades of Deluge #8778AB
Tints of Deluge #8778AB
RGB
CMYK
RGB Variations
Color information
#8778AB (or 0x8778AB) is known color: Deluge. HEX triplet: 87, 78 and AB. RGB value is (135,120,171). Sum of RGB (Red+Green+Blue) = 135+120+171=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #8778AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8778AB is #788754. Grayscale: #828282. Windows color (decimal): -7898965 or 11237511. OLE color: 11237511.
HSL color Cylindrical-coordinate representation of color #8778AB: hue angle of 257.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8778AB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 120 | 171 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.33 |
| HSL | 257.65º | 0.23% | 0.57% | - |
| HSV(B) | 257.65º | 0.3% | 0.67% | - |
| XYZ | 24.06 | 21.52 | 41.41 | - |
| YUV | 130.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 171 | 0.21 | 0.30 | 0 | 0.33 | 257.65 | 0.23 | 0.57 |
| Hex | 87 | 78 | AB | 15 | 1E | 0 | 21 | 102 | 17 | 39 |
| Octal | 207 | 170 | 253 | 25 | 36 | 0 | 41 | 402 | 27 | 71 |
| Binary | 10000111 | 1111000 | 10101011 | 10101 | 11110 | 0 | 100001 | 100000010 | 10111 | 111001 |
Color Harmonies of #8778AB
Complementary color
Monochromatic Colors of #8778AB
Black with #8778AB
Text Example
Text Example
White with #8778AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8778AB; }
p { color: rgb(135,120,171); }
H1.HeaderClassName
{
color: #8778AB;
}
.AnyTagClassName
{
color: #8778AB;
}
</style>
background-color css
<style>
a { background-color: #8778AB; }
a { background-color: rgb(135,120,171); }
div.DivClassName
{
background-color: #8778AB;
}
.BgClassName
{
background-color: #8778AB;
}
</style>
border-color css
<style>
span { border-color: #8778AB; }
span { border-color: rgb(135,120,171); }
td.TdClassName
{
border-color: #8778AB;
}
.TagClassName
{
border-color: #8778AB;
}
</style>