Shades of Deluge #807AAF
Tints of Deluge #807AAF
RGB
CMYK
RGB Variations
Color information
#807AAF (or 0x807AAF) is known color: Deluge. HEX triplet: 80, 7A and AF. RGB value is (128,122,175). Sum of RGB (Red+Green+Blue) = 128+122+175=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #807AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807AAF is #7F8550. Grayscale: #818181. Windows color (decimal): -8357201 or 11500160. OLE color: 11500160.
HSL color Cylindrical-coordinate representation of color #807AAF: hue angle of 246.79º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #807AAF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 122 | 175 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.31 |
| HSL | 246.79º | 0.25% | 0.58% | - |
| HSV(B) | 246.79º | 0.3% | 0.69% | - |
| XYZ | 23.6 | 21.6 | 43.48 | - |
| YUV | 129.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 175 | 0.27 | 0.30 | 0 | 0.31 | 246.79 | 0.25 | 0.58 |
| Hex | 80 | 7A | AF | 1B | 1E | 0 | 1F | F7 | 19 | 3A |
| Octal | 200 | 172 | 257 | 33 | 36 | 0 | 37 | 367 | 31 | 72 |
| Binary | 10000000 | 1111010 | 10101111 | 11011 | 11110 | 0 | 11111 | 11110111 | 11001 | 111010 |
Color Harmonies of #807AAF
Complementary color
Monochromatic Colors of #807AAF
Black with #807AAF
Text Example
Text Example
White with #807AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807AAF; }
p { color: rgb(128,122,175); }
H1.HeaderClassName
{
color: #807AAF;
}
.AnyTagClassName
{
color: #807AAF;
}
</style>
background-color css
<style>
a { background-color: #807AAF; }
a { background-color: rgb(128,122,175); }
div.DivClassName
{
background-color: #807AAF;
}
.BgClassName
{
background-color: #807AAF;
}
</style>
border-color css
<style>
span { border-color: #807AAF; }
span { border-color: rgb(128,122,175); }
td.TdClassName
{
border-color: #807AAF;
}
.TagClassName
{
border-color: #807AAF;
}
</style>