Shades of Deluge #8577A7
Tints of Deluge #8577A7
RGB
CMYK
RGB Variations
Color information
#8577A7 (or 0x8577A7) is known color: Deluge. HEX triplet: 85, 77 and A7. RGB value is (133,119,167). Sum of RGB (Red+Green+Blue) = 133+119+167=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 167 - color contains mainly: blue. Hex color #8577A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8577A7 is #7A8858. Grayscale: #808080. Windows color (decimal): -8030297 or 10975109. OLE color: 10975109.
HSL color Cylindrical-coordinate representation of color #8577A7: hue angle of 257.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8577A7 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 119 | 167 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.35 |
| HSL | 257.5º | 0.21% | 0.56% | - |
| HSV(B) | 257.5º | 0.29% | 0.65% | - |
| XYZ | 23.24 | 20.97 | 39.38 | - |
| YUV | 128.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 167 | 0.20 | 0.29 | 0 | 0.35 | 257.5 | 0.21 | 0.56 |
| Hex | 85 | 77 | A7 | 14 | 1D | 0 | 23 | 102 | 15 | 38 |
| Octal | 205 | 167 | 247 | 24 | 35 | 0 | 43 | 402 | 25 | 70 |
| Binary | 10000101 | 1110111 | 10100111 | 10100 | 11101 | 0 | 100011 | 100000010 | 10101 | 111000 |
Color Harmonies of #8577A7
Complementary color
Monochromatic Colors of #8577A7
Black with #8577A7
Text Example
Text Example
White with #8577A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577A7; }
p { color: rgb(133,119,167); }
H1.HeaderClassName
{
color: #8577A7;
}
.AnyTagClassName
{
color: #8577A7;
}
</style>
background-color css
<style>
a { background-color: #8577A7; }
a { background-color: rgb(133,119,167); }
div.DivClassName
{
background-color: #8577A7;
}
.BgClassName
{
background-color: #8577A7;
}
</style>
border-color css
<style>
span { border-color: #8577A7; }
span { border-color: rgb(133,119,167); }
td.TdClassName
{
border-color: #8577A7;
}
.TagClassName
{
border-color: #8577A7;
}
</style>