Shades of Deluge #8063B4
Tints of Deluge #8063B4
RGB
CMYK
RGB Variations
Color information
#8063B4 (or 0x8063B4) is known color: Deluge. HEX triplet: 80, 63 and B4. RGB value is (128,99,180). Sum of RGB (Red+Green+Blue) = 128+99+180=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #8063B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063B4 is #7F9C4B. Grayscale: #747474. Windows color (decimal): -8363084 or 11821952. OLE color: 11821952.
HSL color Cylindrical-coordinate representation of color #8063B4: hue angle of 261.48º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8063B4 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 99 | 180 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.29 |
| HSL | 261.48º | 0.35% | 0.55% | - |
| HSV(B) | 261.48º | 0.45% | 0.71% | - |
| XYZ | 21.6 | 16.81 | 45.29 | - |
| YUV | 116.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 180 | 0.29 | 0.45 | 0 | 0.29 | 261.48 | 0.35 | 0.55 |
| Hex | 80 | 63 | B4 | 1D | 2D | 0 | 1D | 105 | 23 | 37 |
| Octal | 200 | 143 | 264 | 35 | 55 | 0 | 35 | 405 | 43 | 67 |
| Binary | 10000000 | 1100011 | 10110100 | 11101 | 101101 | 0 | 11101 | 100000101 | 100011 | 110111 |
Color Harmonies of #8063B4
Complementary color
Monochromatic Colors of #8063B4
Black with #8063B4
Text Example
Text Example
White with #8063B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063B4; }
p { color: rgb(128,99,180); }
H1.HeaderClassName
{
color: #8063B4;
}
.AnyTagClassName
{
color: #8063B4;
}
</style>
background-color css
<style>
a { background-color: #8063B4; }
a { background-color: rgb(128,99,180); }
div.DivClassName
{
background-color: #8063B4;
}
.BgClassName
{
background-color: #8063B4;
}
</style>
border-color css
<style>
span { border-color: #8063B4; }
span { border-color: rgb(128,99,180); }
td.TdClassName
{
border-color: #8063B4;
}
.TagClassName
{
border-color: #8063B4;
}
</style>