Shades of Deluge #8577AA
Tints of Deluge #8577AA
RGB
CMYK
RGB Variations
Color information
#8577AA (or 0x8577AA) is known color: Deluge. HEX triplet: 85, 77 and AA. RGB value is (133,119,170). Sum of RGB (Red+Green+Blue) = 133+119+170=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #8577AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8577AA is #7A8855. Grayscale: #808080. Windows color (decimal): -8030294 or 11171717. OLE color: 11171717.
HSL color Cylindrical-coordinate representation of color #8577AA: hue angle of 256.47º 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 #8577AA is Cyan = 0.22, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 119 | 170 | - |
| CMYK | 0.22 | 0.3 | 0 | 0.33 |
| HSL | 256.47º | 0.23% | 0.57% | - |
| HSV(B) | 256.47º | 0.3% | 0.67% | - |
| XYZ | 23.53 | 21.08 | 40.86 | - |
| YUV | 129 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 170 | 0.22 | 0.3 | 0 | 0.33 | 256.47 | 0.23 | 0.57 |
| Hex | 85 | 77 | AA | 16 | 1E | 0 | 21 | 100 | 17 | 39 |
| Octal | 205 | 167 | 252 | 26 | 36 | 0 | 41 | 400 | 27 | 71 |
| Binary | 10000101 | 1110111 | 10101010 | 10110 | 11110 | 0 | 100001 | 100000000 | 10111 | 111001 |
Color Harmonies of #8577AA
Complementary color
Monochromatic Colors of #8577AA
Black with #8577AA
Text Example
Text Example
White with #8577AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577AA; }
p { color: rgb(133,119,170); }
H1.HeaderClassName
{
color: #8577AA;
}
.AnyTagClassName
{
color: #8577AA;
}
</style>
background-color css
<style>
a { background-color: #8577AA; }
a { background-color: rgb(133,119,170); }
div.DivClassName
{
background-color: #8577AA;
}
.BgClassName
{
background-color: #8577AA;
}
</style>
border-color css
<style>
span { border-color: #8577AA; }
span { border-color: rgb(133,119,170); }
td.TdClassName
{
border-color: #8577AA;
}
.TagClassName
{
border-color: #8577AA;
}
</style>