Shades of Deluge #8060B7
Tints of Deluge #8060B7
RGB
CMYK
RGB Variations
Color information
#8060B7 (or 0x8060B7) is known color: Deluge. HEX triplet: 80, 60 and B7. RGB value is (128,96,183). Sum of RGB (Red+Green+Blue) = 128+96+183=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #8060B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060B7 is #7F9F48. Grayscale: #737373. Windows color (decimal): -8363849 or 12017792. OLE color: 12017792.
HSL color Cylindrical-coordinate representation of color #8060B7: hue angle of 262.07º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8060B7 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 96 | 183 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.28 |
| HSL | 262.07º | 0.38% | 0.55% | - |
| HSV(B) | 262.07º | 0.48% | 0.72% | - |
| XYZ | 21.63 | 16.37 | 46.82 | - |
| YUV | 115.49 | 166.1 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 183 | 0.30 | 0.48 | 0 | 0.28 | 262.07 | 0.38 | 0.55 |
| Hex | 80 | 60 | B7 | 1E | 30 | 0 | 1C | 106 | 26 | 37 |
| Octal | 200 | 140 | 267 | 36 | 60 | 0 | 34 | 406 | 46 | 67 |
| Binary | 10000000 | 1100000 | 10110111 | 11110 | 110000 | 0 | 11100 | 100000110 | 100110 | 110111 |
Color Harmonies of #8060B7
Complementary color
Monochromatic Colors of #8060B7
Black with #8060B7
Text Example
Text Example
White with #8060B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060B7; }
p { color: rgb(128,96,183); }
H1.HeaderClassName
{
color: #8060B7;
}
.AnyTagClassName
{
color: #8060B7;
}
</style>
background-color css
<style>
a { background-color: #8060B7; }
a { background-color: rgb(128,96,183); }
div.DivClassName
{
background-color: #8060B7;
}
.BgClassName
{
background-color: #8060B7;
}
</style>
border-color css
<style>
span { border-color: #8060B7; }
span { border-color: rgb(128,96,183); }
td.TdClassName
{
border-color: #8060B7;
}
.TagClassName
{
border-color: #8060B7;
}
</style>