Shades of Deluge #8064B8
Tints of Deluge #8064B8
RGB
CMYK
RGB Variations
Color information
#8064B8 (or 0x8064B8) is known color: Deluge. HEX triplet: 80, 64 and B8. RGB value is (128,100,184). Sum of RGB (Red+Green+Blue) = 128+100+184=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #8064B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064B8 is #7F9B47. Grayscale: #757575. Windows color (decimal): -8362824 or 12084352. OLE color: 12084352.
HSL color Cylindrical-coordinate representation of color #8064B8: hue angle of 260º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8064B8 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 100 | 184 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.28 |
| HSL | 260º | 0.37% | 0.56% | - |
| HSV(B) | 260º | 0.46% | 0.72% | - |
| XYZ | 22.11 | 17.16 | 47.5 | - |
| YUV | 117.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 184 | 0.30 | 0.46 | 0 | 0.28 | 260 | 0.37 | 0.56 |
| Hex | 80 | 64 | B8 | 1E | 2E | 0 | 1C | 104 | 25 | 38 |
| Octal | 200 | 144 | 270 | 36 | 56 | 0 | 34 | 404 | 45 | 70 |
| Binary | 10000000 | 1100100 | 10111000 | 11110 | 101110 | 0 | 11100 | 100000100 | 100101 | 111000 |
Color Harmonies of #8064B8
Complementary color
Monochromatic Colors of #8064B8
Black with #8064B8
Text Example
Text Example
White with #8064B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8064B8; }
p { color: rgb(128,100,184); }
H1.HeaderClassName
{
color: #8064B8;
}
.AnyTagClassName
{
color: #8064B8;
}
</style>
background-color css
<style>
a { background-color: #8064B8; }
a { background-color: rgb(128,100,184); }
div.DivClassName
{
background-color: #8064B8;
}
.BgClassName
{
background-color: #8064B8;
}
</style>
border-color css
<style>
span { border-color: #8064B8; }
span { border-color: rgb(128,100,184); }
td.TdClassName
{
border-color: #8064B8;
}
.TagClassName
{
border-color: #8064B8;
}
</style>