Shades of Deluge #8268B7
Tints of Deluge #8268B7
RGB
CMYK
RGB Variations
Color information
#8268B7 (or 0x8268B7) is known color: Deluge. HEX triplet: 82, 68 and B7. RGB value is (130,104,183). Sum of RGB (Red+Green+Blue) = 130+104+183=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #8268B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8268B7 is #7D9748. Grayscale: #787878. Windows color (decimal): -8230729 or 12019842. OLE color: 12019842.
HSL color Cylindrical-coordinate representation of color #8268B7: hue angle of 259.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8268B7 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 104 | 183 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.28 |
| HSL | 259.75º | 0.35% | 0.56% | - |
| HSV(B) | 259.75º | 0.43% | 0.72% | - |
| XYZ | 22.7 | 18.07 | 47.09 | - |
| YUV | 120.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 183 | 0.29 | 0.43 | 0 | 0.28 | 259.75 | 0.35 | 0.56 |
| Hex | 82 | 68 | B7 | 1D | 2B | 0 | 1C | 104 | 23 | 38 |
| Octal | 202 | 150 | 267 | 35 | 53 | 0 | 34 | 404 | 43 | 70 |
| Binary | 10000010 | 1101000 | 10110111 | 11101 | 101011 | 0 | 11100 | 100000100 | 100011 | 111000 |
Color Harmonies of #8268B7
Complementary color
Monochromatic Colors of #8268B7
Black with #8268B7
Text Example
Text Example
White with #8268B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8268B7; }
p { color: rgb(130,104,183); }
H1.HeaderClassName
{
color: #8268B7;
}
.AnyTagClassName
{
color: #8268B7;
}
</style>
background-color css
<style>
a { background-color: #8268B7; }
a { background-color: rgb(130,104,183); }
div.DivClassName
{
background-color: #8268B7;
}
.BgClassName
{
background-color: #8268B7;
}
</style>
border-color css
<style>
span { border-color: #8268B7; }
span { border-color: rgb(130,104,183); }
td.TdClassName
{
border-color: #8268B7;
}
.TagClassName
{
border-color: #8268B7;
}
</style>