Shades of Deluge #8580AC
Tints of Deluge #8580AC
RGB
CMYK
RGB Variations
Color information
#8580AC (or 0x8580AC) is known color: Deluge. HEX triplet: 85, 80 and AC. RGB value is (133,128,172). Sum of RGB (Red+Green+Blue) = 133+128+172=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #8580AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8580AC is #7A7F53. Grayscale: #868686. Windows color (decimal): -8027988 or 11305093. OLE color: 11305093.
HSL color Cylindrical-coordinate representation of color #8580AC: hue angle of 246.82º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8580AC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 128 | 172 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.33 |
| HSL | 246.82º | 0.21% | 0.59% | - |
| HSV(B) | 246.82º | 0.26% | 0.67% | - |
| XYZ | 24.84 | 23.4 | 42.24 | - |
| YUV | 134.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 172 | 0.23 | 0.26 | 0 | 0.33 | 246.82 | 0.21 | 0.59 |
| Hex | 85 | 80 | AC | 17 | 1A | 0 | 21 | F7 | 15 | 3B |
| Octal | 205 | 200 | 254 | 27 | 32 | 0 | 41 | 367 | 25 | 73 |
| Binary | 10000101 | 10000000 | 10101100 | 10111 | 11010 | 0 | 100001 | 11110111 | 10101 | 111011 |
Color Harmonies of #8580AC
Complementary color
Monochromatic Colors of #8580AC
Black with #8580AC
Text Example
Text Example
White with #8580AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8580AC; }
p { color: rgb(133,128,172); }
H1.HeaderClassName
{
color: #8580AC;
}
.AnyTagClassName
{
color: #8580AC;
}
</style>
background-color css
<style>
a { background-color: #8580AC; }
a { background-color: rgb(133,128,172); }
div.DivClassName
{
background-color: #8580AC;
}
.BgClassName
{
background-color: #8580AC;
}
</style>
border-color css
<style>
span { border-color: #8580AC; }
span { border-color: rgb(133,128,172); }
td.TdClassName
{
border-color: #8580AC;
}
.TagClassName
{
border-color: #8580AC;
}
</style>