Shades of Deluge #8577B3
Tints of Deluge #8577B3
RGB
CMYK
RGB Variations
Color information
#8577B3 (or 0x8577B3) is known color: Deluge. HEX triplet: 85, 77 and B3. RGB value is (133,119,179). Sum of RGB (Red+Green+Blue) = 133+119+179=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #8577B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577B3 is #7A884C. Grayscale: #818181. Windows color (decimal): -8030285 or 11761541. OLE color: 11761541.
HSL color Cylindrical-coordinate representation of color #8577B3: hue angle of 254º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8577B3 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 119 | 179 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.30 |
| HSL | 254º | 0.28% | 0.58% | - |
| HSV(B) | 254º | 0.34% | 0.7% | - |
| XYZ | 24.41 | 21.43 | 45.5 | - |
| YUV | 130.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 179 | 0.26 | 0.34 | 0 | 0.30 | 254 | 0.28 | 0.58 |
| Hex | 85 | 77 | B3 | 1A | 22 | 0 | 1E | FE | 1C | 3A |
| Octal | 205 | 167 | 263 | 32 | 42 | 0 | 36 | 376 | 34 | 72 |
| Binary | 10000101 | 1110111 | 10110011 | 11010 | 100010 | 0 | 11110 | 11111110 | 11100 | 111010 |
Color Harmonies of #8577B3
Complementary color
Monochromatic Colors of #8577B3
Black with #8577B3
Text Example
Text Example
White with #8577B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577B3; }
p { color: rgb(133,119,179); }
H1.HeaderClassName
{
color: #8577B3;
}
.AnyTagClassName
{
color: #8577B3;
}
</style>
background-color css
<style>
a { background-color: #8577B3; }
a { background-color: rgb(133,119,179); }
div.DivClassName
{
background-color: #8577B3;
}
.BgClassName
{
background-color: #8577B3;
}
</style>
border-color css
<style>
span { border-color: #8577B3; }
span { border-color: rgb(133,119,179); }
td.TdClassName
{
border-color: #8577B3;
}
.TagClassName
{
border-color: #8577B3;
}
</style>