Shades of Deluge #8063B7
Tints of Deluge #8063B7
RGB
CMYK
RGB Variations
Color information
#8063B7 (or 0x8063B7) is known color: Deluge. HEX triplet: 80, 63 and B7. RGB value is (128,99,183). Sum of RGB (Red+Green+Blue) = 128+99+183=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #8063B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063B7 is #7F9C48. Grayscale: #747474. Windows color (decimal): -8363081 or 12018560. OLE color: 12018560.
HSL color Cylindrical-coordinate representation of color #8063B7: hue angle of 260.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8063B7 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 99 | 183 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.28 |
| HSL | 260.71º | 0.37% | 0.55% | - |
| HSV(B) | 260.71º | 0.46% | 0.72% | - |
| XYZ | 21.91 | 16.93 | 46.91 | - |
| YUV | 117.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 183 | 0.30 | 0.46 | 0 | 0.28 | 260.71 | 0.37 | 0.55 |
| Hex | 80 | 63 | B7 | 1E | 2E | 0 | 1C | 105 | 25 | 37 |
| Octal | 200 | 143 | 267 | 36 | 56 | 0 | 34 | 405 | 45 | 67 |
| Binary | 10000000 | 1100011 | 10110111 | 11110 | 101110 | 0 | 11100 | 100000101 | 100101 | 110111 |
Color Harmonies of #8063B7
Complementary color
Monochromatic Colors of #8063B7
Black with #8063B7
Text Example
Text Example
White with #8063B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063B7; }
p { color: rgb(128,99,183); }
H1.HeaderClassName
{
color: #8063B7;
}
.AnyTagClassName
{
color: #8063B7;
}
</style>
background-color css
<style>
a { background-color: #8063B7; }
a { background-color: rgb(128,99,183); }
div.DivClassName
{
background-color: #8063B7;
}
.BgClassName
{
background-color: #8063B7;
}
</style>
border-color css
<style>
span { border-color: #8063B7; }
span { border-color: rgb(128,99,183); }
td.TdClassName
{
border-color: #8063B7;
}
.TagClassName
{
border-color: #8063B7;
}
</style>