Shades of Deluge #8069B5
Tints of Deluge #8069B5
RGB
CMYK
RGB Variations
Color information
#8069B5 (or 0x8069B5) is known color: Deluge. HEX triplet: 80, 69 and B5. RGB value is (128,105,181). Sum of RGB (Red+Green+Blue) = 128+105+181=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 181 - color contains mainly: blue. Hex color #8069B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069B5 is #7F964A. Grayscale: #787878. Windows color (decimal): -8361547 or 11889024. OLE color: 11889024.
HSL color Cylindrical-coordinate representation of color #8069B5: hue angle of 258.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8069B5 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 105 | 181 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.29 |
| HSL | 258.16º | 0.34% | 0.56% | - |
| HSV(B) | 258.16º | 0.42% | 0.71% | - |
| XYZ | 22.29 | 18.03 | 46.02 | - |
| YUV | 120.54 | 162.12 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 181 | 0.29 | 0.42 | 0 | 0.29 | 258.16 | 0.34 | 0.56 |
| Hex | 80 | 69 | B5 | 1D | 2A | 0 | 1D | 102 | 22 | 38 |
| Octal | 200 | 151 | 265 | 35 | 52 | 0 | 35 | 402 | 42 | 70 |
| Binary | 10000000 | 1101001 | 10110101 | 11101 | 101010 | 0 | 11101 | 100000010 | 100010 | 111000 |
Color Harmonies of #8069B5
Complementary color
Monochromatic Colors of #8069B5
Black with #8069B5
Text Example
Text Example
White with #8069B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8069B5; }
p { color: rgb(128,105,181); }
H1.HeaderClassName
{
color: #8069B5;
}
.AnyTagClassName
{
color: #8069B5;
}
</style>
background-color css
<style>
a { background-color: #8069B5; }
a { background-color: rgb(128,105,181); }
div.DivClassName
{
background-color: #8069B5;
}
.BgClassName
{
background-color: #8069B5;
}
</style>
border-color css
<style>
span { border-color: #8069B5; }
span { border-color: rgb(128,105,181); }
td.TdClassName
{
border-color: #8069B5;
}
.TagClassName
{
border-color: #8069B5;
}
</style>