Shades of Deluge #8778AA
Tints of Deluge #8778AA
RGB
CMYK
RGB Variations
Color information
#8778AA (or 0x8778AA) is known color: Deluge. HEX triplet: 87, 78 and AA. RGB value is (135,120,170). Sum of RGB (Red+Green+Blue) = 135+120+170=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #8778AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8778AA is #788755. Grayscale: #828282. Windows color (decimal): -7898966 or 11171975. OLE color: 11171975.
HSL color Cylindrical-coordinate representation of color #8778AA: hue angle of 258º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8778AA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 120 | 170 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.33 |
| HSL | 258º | 0.23% | 0.57% | - |
| HSV(B) | 258º | 0.29% | 0.67% | - |
| XYZ | 23.96 | 21.49 | 40.91 | - |
| YUV | 130.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 170 | 0.21 | 0.29 | 0 | 0.33 | 258 | 0.23 | 0.57 |
| Hex | 87 | 78 | AA | 15 | 1D | 0 | 21 | 102 | 17 | 39 |
| Octal | 207 | 170 | 252 | 25 | 35 | 0 | 41 | 402 | 27 | 71 |
| Binary | 10000111 | 1111000 | 10101010 | 10101 | 11101 | 0 | 100001 | 100000010 | 10111 | 111001 |
Color Harmonies of #8778AA
Complementary color
Monochromatic Colors of #8778AA
Black with #8778AA
Text Example
Text Example
White with #8778AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8778AA; }
p { color: rgb(135,120,170); }
H1.HeaderClassName
{
color: #8778AA;
}
.AnyTagClassName
{
color: #8778AA;
}
</style>
background-color css
<style>
a { background-color: #8778AA; }
a { background-color: rgb(135,120,170); }
div.DivClassName
{
background-color: #8778AA;
}
.BgClassName
{
background-color: #8778AA;
}
</style>
border-color css
<style>
span { border-color: #8778AA; }
span { border-color: rgb(135,120,170); }
td.TdClassName
{
border-color: #8778AA;
}
.TagClassName
{
border-color: #8778AA;
}
</style>