Shades of Deluge #8067B2
Tints of Deluge #8067B2
RGB
CMYK
RGB Variations
Color information
#8067B2 (or 0x8067B2) is known color: Deluge. HEX triplet: 80, 67 and B2. RGB value is (128,103,178). Sum of RGB (Red+Green+Blue) = 128+103+178=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 178 - color contains mainly: blue. Hex color #8067B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8067B2 is #7F984D. Grayscale: #767676. Windows color (decimal): -8362062 or 11691904. OLE color: 11691904.
HSL color Cylindrical-coordinate representation of color #8067B2: hue angle of 260º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8067B2 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 103 | 178 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.30 |
| HSL | 260º | 0.33% | 0.55% | - |
| HSV(B) | 260º | 0.42% | 0.7% | - |
| XYZ | 21.79 | 17.5 | 44.35 | - |
| YUV | 119.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 178 | 0.28 | 0.42 | 0 | 0.30 | 260 | 0.33 | 0.55 |
| Hex | 80 | 67 | B2 | 1C | 2A | 0 | 1E | 104 | 21 | 37 |
| Octal | 200 | 147 | 262 | 34 | 52 | 0 | 36 | 404 | 41 | 67 |
| Binary | 10000000 | 1100111 | 10110010 | 11100 | 101010 | 0 | 11110 | 100000100 | 100001 | 110111 |
Color Harmonies of #8067B2
Complementary color
Monochromatic Colors of #8067B2
Black with #8067B2
Text Example
Text Example
White with #8067B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067B2; }
p { color: rgb(128,103,178); }
H1.HeaderClassName
{
color: #8067B2;
}
.AnyTagClassName
{
color: #8067B2;
}
</style>
background-color css
<style>
a { background-color: #8067B2; }
a { background-color: rgb(128,103,178); }
div.DivClassName
{
background-color: #8067B2;
}
.BgClassName
{
background-color: #8067B2;
}
</style>
border-color css
<style>
span { border-color: #8067B2; }
span { border-color: rgb(128,103,178); }
td.TdClassName
{
border-color: #8067B2;
}
.TagClassName
{
border-color: #8067B2;
}
</style>