Shades of Deluge #8073AF
Tints of Deluge #8073AF
RGB
CMYK
RGB Variations
Color information
#8073AF (or 0x8073AF) is known color: Deluge. HEX triplet: 80, 73 and AF. RGB value is (128,115,175). Sum of RGB (Red+Green+Blue) = 128+115+175=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #8073AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8073AF is #7F8C50. Grayscale: #7D7D7D. Windows color (decimal): -8358993 or 11498368. OLE color: 11498368.
HSL color Cylindrical-coordinate representation of color #8073AF: hue angle of 253º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8073AF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 115 | 175 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.31 |
| HSL | 253º | 0.27% | 0.57% | - |
| HSV(B) | 253º | 0.34% | 0.69% | - |
| XYZ | 22.77 | 19.95 | 43.21 | - |
| YUV | 125.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 175 | 0.27 | 0.34 | 0 | 0.31 | 253 | 0.27 | 0.57 |
| Hex | 80 | 73 | AF | 1B | 22 | 0 | 1F | FD | 1B | 39 |
| Octal | 200 | 163 | 257 | 33 | 42 | 0 | 37 | 375 | 33 | 71 |
| Binary | 10000000 | 1110011 | 10101111 | 11011 | 100010 | 0 | 11111 | 11111101 | 11011 | 111001 |
Color Harmonies of #8073AF
Complementary color
Monochromatic Colors of #8073AF
Black with #8073AF
Text Example
Text Example
White with #8073AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073AF; }
p { color: rgb(128,115,175); }
H1.HeaderClassName
{
color: #8073AF;
}
.AnyTagClassName
{
color: #8073AF;
}
</style>
background-color css
<style>
a { background-color: #8073AF; }
a { background-color: rgb(128,115,175); }
div.DivClassName
{
background-color: #8073AF;
}
.BgClassName
{
background-color: #8073AF;
}
</style>
border-color css
<style>
span { border-color: #8073AF; }
span { border-color: rgb(128,115,175); }
td.TdClassName
{
border-color: #8073AF;
}
.TagClassName
{
border-color: #8073AF;
}
</style>