Shades of Deluge #8777A3
Tints of Deluge #8777A3
RGB
CMYK
RGB Variations
Color information
#8777A3 (or 0x8777A3) is known color: Deluge. HEX triplet: 87, 77 and A3. RGB value is (135,119,163). Sum of RGB (Red+Green+Blue) = 135+119+163=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 163 - color contains mainly: blue. Hex color #8777A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8777A3 is #78885C. Grayscale: #808080. Windows color (decimal): -7899229 or 10712967. OLE color: 10712967.
HSL color Cylindrical-coordinate representation of color #8777A3: hue angle of 261.82º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8777A3 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 119 | 163 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.36 |
| HSL | 261.82º | 0.19% | 0.55% | - |
| HSV(B) | 261.82º | 0.27% | 0.64% | - |
| XYZ | 23.2 | 20.99 | 37.48 | - |
| YUV | 128.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 163 | 0.17 | 0.27 | 0 | 0.36 | 261.82 | 0.19 | 0.55 |
| Hex | 87 | 77 | A3 | 11 | 1B | 0 | 24 | 106 | 13 | 37 |
| Octal | 207 | 167 | 243 | 21 | 33 | 0 | 44 | 406 | 23 | 67 |
| Binary | 10000111 | 1110111 | 10100011 | 10001 | 11011 | 0 | 100100 | 100000110 | 10011 | 110111 |
Color Harmonies of #8777A3
Complementary color
Monochromatic Colors of #8777A3
Black with #8777A3
Text Example
Text Example
White with #8777A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8777A3; }
p { color: rgb(135,119,163); }
H1.HeaderClassName
{
color: #8777A3;
}
.AnyTagClassName
{
color: #8777A3;
}
</style>
background-color css
<style>
a { background-color: #8777A3; }
a { background-color: rgb(135,119,163); }
div.DivClassName
{
background-color: #8777A3;
}
.BgClassName
{
background-color: #8777A3;
}
</style>
border-color css
<style>
span { border-color: #8777A3; }
span { border-color: rgb(135,119,163); }
td.TdClassName
{
border-color: #8777A3;
}
.TagClassName
{
border-color: #8777A3;
}
</style>