Shades of Deluge #8074AB
Tints of Deluge #8074AB
RGB
CMYK
RGB Variations
Color information
#8074AB (or 0x8074AB) is known color: Deluge. HEX triplet: 80, 74 and AB. RGB value is (128,116,171). Sum of RGB (Red+Green+Blue) = 128+116+171=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #8074AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8074AB is #7F8B54. Grayscale: #7D7D7D. Windows color (decimal): -8358741 or 11236480. OLE color: 11236480.
HSL color Cylindrical-coordinate representation of color #8074AB: hue angle of 253.09º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8074AB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 116 | 171 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.33 |
| HSL | 253.09º | 0.25% | 0.56% | - |
| HSV(B) | 253.09º | 0.32% | 0.67% | - |
| XYZ | 22.5 | 20.02 | 41.21 | - |
| YUV | 125.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 171 | 0.25 | 0.32 | 0 | 0.33 | 253.09 | 0.25 | 0.56 |
| Hex | 80 | 74 | AB | 19 | 20 | 0 | 21 | FD | 19 | 38 |
| Octal | 200 | 164 | 253 | 31 | 40 | 0 | 41 | 375 | 31 | 70 |
| Binary | 10000000 | 1110100 | 10101011 | 11001 | 100000 | 0 | 100001 | 11111101 | 11001 | 111000 |
Color Harmonies of #8074AB
Complementary color
Monochromatic Colors of #8074AB
Black with #8074AB
Text Example
Text Example
White with #8074AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8074AB; }
p { color: rgb(128,116,171); }
H1.HeaderClassName
{
color: #8074AB;
}
.AnyTagClassName
{
color: #8074AB;
}
</style>
background-color css
<style>
a { background-color: #8074AB; }
a { background-color: rgb(128,116,171); }
div.DivClassName
{
background-color: #8074AB;
}
.BgClassName
{
background-color: #8074AB;
}
</style>
border-color css
<style>
span { border-color: #8074AB; }
span { border-color: rgb(128,116,171); }
td.TdClassName
{
border-color: #8074AB;
}
.TagClassName
{
border-color: #8074AB;
}
</style>