Shades of Deluge #8260B0
Tints of Deluge #8260B0
RGB
CMYK
RGB Variations
Color information
#8260B0 (or 0x8260B0) is known color: Deluge. HEX triplet: 82, 60 and B0. RGB value is (130,96,176). Sum of RGB (Red+Green+Blue) = 130+96+176=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #8260B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8260B0 is #7D9F4F. Grayscale: #737373. Windows color (decimal): -8232784 or 11559042. OLE color: 11559042.
HSL color Cylindrical-coordinate representation of color #8260B0: hue angle of 265.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8260B0 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 96 | 176 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.31 |
| HSL | 265.5º | 0.34% | 0.53% | - |
| HSV(B) | 265.5º | 0.45% | 0.69% | - |
| XYZ | 21.23 | 16.25 | 43.09 | - |
| YUV | 115.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 176 | 0.26 | 0.45 | 0 | 0.31 | 265.5 | 0.34 | 0.53 |
| Hex | 82 | 60 | B0 | 1A | 2D | 0 | 1F | 10A | 22 | 35 |
| Octal | 202 | 140 | 260 | 32 | 55 | 0 | 37 | 412 | 42 | 65 |
| Binary | 10000010 | 1100000 | 10110000 | 11010 | 101101 | 0 | 11111 | 100001010 | 100010 | 110101 |
Color Harmonies of #8260B0
Complementary color
Monochromatic Colors of #8260B0
Black with #8260B0
Text Example
Text Example
White with #8260B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260B0; }
p { color: rgb(130,96,176); }
H1.HeaderClassName
{
color: #8260B0;
}
.AnyTagClassName
{
color: #8260B0;
}
</style>
background-color css
<style>
a { background-color: #8260B0; }
a { background-color: rgb(130,96,176); }
div.DivClassName
{
background-color: #8260B0;
}
.BgClassName
{
background-color: #8260B0;
}
</style>
border-color css
<style>
span { border-color: #8260B0; }
span { border-color: rgb(130,96,176); }
td.TdClassName
{
border-color: #8260B0;
}
.TagClassName
{
border-color: #8260B0;
}
</style>