Shades of Deluge #8580AD
Tints of Deluge #8580AD
RGB
CMYK
RGB Variations
Color information
#8580AD (or 0x8580AD) is known color: Deluge. HEX triplet: 85, 80 and AD. RGB value is (133,128,173). Sum of RGB (Red+Green+Blue) = 133+128+173=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #8580AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8580AD is #7A7F52. Grayscale: #868686. Windows color (decimal): -8027987 or 11370629. OLE color: 11370629.
HSL color Cylindrical-coordinate representation of color #8580AD: hue angle of 246.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8580AD is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 128 | 173 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.32 |
| HSL | 246.67º | 0.22% | 0.59% | - |
| HSV(B) | 246.67º | 0.26% | 0.68% | - |
| XYZ | 24.93 | 23.44 | 42.75 | - |
| YUV | 134.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 173 | 0.23 | 0.26 | 0 | 0.32 | 246.67 | 0.22 | 0.59 |
| Hex | 85 | 80 | AD | 17 | 1A | 0 | 20 | F7 | 16 | 3B |
| Octal | 205 | 200 | 255 | 27 | 32 | 0 | 40 | 367 | 26 | 73 |
| Binary | 10000101 | 10000000 | 10101101 | 10111 | 11010 | 0 | 100000 | 11110111 | 10110 | 111011 |
Color Harmonies of #8580AD
Complementary color
Monochromatic Colors of #8580AD
Black with #8580AD
Text Example
Text Example
White with #8580AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8580AD; }
p { color: rgb(133,128,173); }
H1.HeaderClassName
{
color: #8580AD;
}
.AnyTagClassName
{
color: #8580AD;
}
</style>
background-color css
<style>
a { background-color: #8580AD; }
a { background-color: rgb(133,128,173); }
div.DivClassName
{
background-color: #8580AD;
}
.BgClassName
{
background-color: #8580AD;
}
</style>
border-color css
<style>
span { border-color: #8580AD; }
span { border-color: rgb(133,128,173); }
td.TdClassName
{
border-color: #8580AD;
}
.TagClassName
{
border-color: #8580AD;
}
</style>