Shades of Deluge #8577AB
Tints of Deluge #8577AB
RGB
CMYK
RGB Variations
Color information
#8577AB (or 0x8577AB) is known color: Deluge. HEX triplet: 85, 77 and AB. RGB value is (133,119,171). Sum of RGB (Red+Green+Blue) = 133+119+171=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #8577AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8577AB is #7A8854. Grayscale: #808080. Windows color (decimal): -8030293 or 11237253. OLE color: 11237253.
HSL color Cylindrical-coordinate representation of color #8577AB: hue angle of 256.15º degrees, saturation: 0.24, 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 #8577AB is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 119 | 171 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.33 |
| HSL | 256.15º | 0.24% | 0.57% | - |
| HSV(B) | 256.15º | 0.3% | 0.67% | - |
| XYZ | 23.62 | 21.12 | 41.36 | - |
| YUV | 129.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 171 | 0.22 | 0.30 | 0 | 0.33 | 256.15 | 0.24 | 0.57 |
| Hex | 85 | 77 | AB | 16 | 1E | 0 | 21 | 100 | 18 | 39 |
| Octal | 205 | 167 | 253 | 26 | 36 | 0 | 41 | 400 | 30 | 71 |
| Binary | 10000101 | 1110111 | 10101011 | 10110 | 11110 | 0 | 100001 | 100000000 | 11000 | 111001 |
Color Harmonies of #8577AB
Complementary color
Monochromatic Colors of #8577AB
Black with #8577AB
Text Example
Text Example
White with #8577AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577AB; }
p { color: rgb(133,119,171); }
H1.HeaderClassName
{
color: #8577AB;
}
.AnyTagClassName
{
color: #8577AB;
}
</style>
background-color css
<style>
a { background-color: #8577AB; }
a { background-color: rgb(133,119,171); }
div.DivClassName
{
background-color: #8577AB;
}
.BgClassName
{
background-color: #8577AB;
}
</style>
border-color css
<style>
span { border-color: #8577AB; }
span { border-color: rgb(133,119,171); }
td.TdClassName
{
border-color: #8577AB;
}
.TagClassName
{
border-color: #8577AB;
}
</style>