Shades of Deluge #8069A7
Tints of Deluge #8069A7
RGB
CMYK
RGB Variations
Color information
#8069A7 (or 0x8069A7) is known color: Deluge. HEX triplet: 80, 69 and A7. RGB value is (128,105,167). Sum of RGB (Red+Green+Blue) = 128+105+167=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 167 - color contains mainly: blue. Hex color #8069A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8069A7 is #7F9658. Grayscale: #767676. Windows color (decimal): -8361561 or 10971520. OLE color: 10971520.
HSL color Cylindrical-coordinate representation of color #8069A7: hue angle of 262.26º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8069A7 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 105 | 167 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.35 |
| HSL | 262.26º | 0.26% | 0.53% | - |
| HSV(B) | 262.26º | 0.37% | 0.65% | - |
| XYZ | 20.93 | 17.48 | 38.83 | - |
| YUV | 118.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 167 | 0.23 | 0.37 | 0 | 0.35 | 262.26 | 0.26 | 0.53 |
| Hex | 80 | 69 | A7 | 17 | 25 | 0 | 23 | 106 | 1A | 35 |
| Octal | 200 | 151 | 247 | 27 | 45 | 0 | 43 | 406 | 32 | 65 |
| Binary | 10000000 | 1101001 | 10100111 | 10111 | 100101 | 0 | 100011 | 100000110 | 11010 | 110101 |
Color Harmonies of #8069A7
Complementary color
Monochromatic Colors of #8069A7
Black with #8069A7
Text Example
Text Example
White with #8069A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8069A7; }
p { color: rgb(128,105,167); }
H1.HeaderClassName
{
color: #8069A7;
}
.AnyTagClassName
{
color: #8069A7;
}
</style>
background-color css
<style>
a { background-color: #8069A7; }
a { background-color: rgb(128,105,167); }
div.DivClassName
{
background-color: #8069A7;
}
.BgClassName
{
background-color: #8069A7;
}
</style>
border-color css
<style>
span { border-color: #8069A7; }
span { border-color: rgb(128,105,167); }
td.TdClassName
{
border-color: #8069A7;
}
.TagClassName
{
border-color: #8069A7;
}
</style>