Shades of Deluge #8070AF
Tints of Deluge #8070AF
RGB
CMYK
RGB Variations
Color information
#8070AF (or 0x8070AF) is known color: Deluge. HEX triplet: 80, 70 and AF. RGB value is (128,112,175). Sum of RGB (Red+Green+Blue) = 128+112+175=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #8070AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8070AF is #7F8F50. Grayscale: #7B7B7B. Windows color (decimal): -8359761 or 11497600. OLE color: 11497600.
HSL color Cylindrical-coordinate representation of color #8070AF: hue angle of 255.24º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8070AF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 112 | 175 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.31 |
| HSL | 255.24º | 0.28% | 0.56% | - |
| HSV(B) | 255.24º | 0.36% | 0.69% | - |
| XYZ | 22.43 | 19.27 | 43.1 | - |
| YUV | 123.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 175 | 0.27 | 0.36 | 0 | 0.31 | 255.24 | 0.28 | 0.56 |
| Hex | 80 | 70 | AF | 1B | 24 | 0 | 1F | FF | 1C | 38 |
| Octal | 200 | 160 | 257 | 33 | 44 | 0 | 37 | 377 | 34 | 70 |
| Binary | 10000000 | 1110000 | 10101111 | 11011 | 100100 | 0 | 11111 | 11111111 | 11100 | 111000 |
Color Harmonies of #8070AF
Complementary color
Monochromatic Colors of #8070AF
Black with #8070AF
Text Example
Text Example
White with #8070AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8070AF; }
p { color: rgb(128,112,175); }
H1.HeaderClassName
{
color: #8070AF;
}
.AnyTagClassName
{
color: #8070AF;
}
</style>
background-color css
<style>
a { background-color: #8070AF; }
a { background-color: rgb(128,112,175); }
div.DivClassName
{
background-color: #8070AF;
}
.BgClassName
{
background-color: #8070AF;
}
</style>
border-color css
<style>
span { border-color: #8070AF; }
span { border-color: rgb(128,112,175); }
td.TdClassName
{
border-color: #8070AF;
}
.TagClassName
{
border-color: #8070AF;
}
</style>