Shades of Deluge #8066B2
Tints of Deluge #8066B2
RGB
CMYK
RGB Variations
Color information
#8066B2 (or 0x8066B2) is known color: Deluge. HEX triplet: 80, 66 and B2. RGB value is (128,102,178). Sum of RGB (Red+Green+Blue) = 128+102+178=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 178 - color contains mainly: blue. Hex color #8066B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8066B2 is #7F994D. Grayscale: #767676. Windows color (decimal): -8362318 or 11691648. OLE color: 11691648.
HSL color Cylindrical-coordinate representation of color #8066B2: hue angle of 260.53º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8066B2 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 102 | 178 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.30 |
| HSL | 260.53º | 0.33% | 0.55% | - |
| HSV(B) | 260.53º | 0.43% | 0.7% | - |
| XYZ | 21.69 | 17.31 | 44.32 | - |
| YUV | 118.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 178 | 0.28 | 0.43 | 0 | 0.30 | 260.53 | 0.33 | 0.55 |
| Hex | 80 | 66 | B2 | 1C | 2B | 0 | 1E | 105 | 21 | 37 |
| Octal | 200 | 146 | 262 | 34 | 53 | 0 | 36 | 405 | 41 | 67 |
| Binary | 10000000 | 1100110 | 10110010 | 11100 | 101011 | 0 | 11110 | 100000101 | 100001 | 110111 |
Color Harmonies of #8066B2
Complementary color
Monochromatic Colors of #8066B2
Black with #8066B2
Text Example
Text Example
White with #8066B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066B2; }
p { color: rgb(128,102,178); }
H1.HeaderClassName
{
color: #8066B2;
}
.AnyTagClassName
{
color: #8066B2;
}
</style>
background-color css
<style>
a { background-color: #8066B2; }
a { background-color: rgb(128,102,178); }
div.DivClassName
{
background-color: #8066B2;
}
.BgClassName
{
background-color: #8066B2;
}
</style>
border-color css
<style>
span { border-color: #8066B2; }
span { border-color: rgb(128,102,178); }
td.TdClassName
{
border-color: #8066B2;
}
.TagClassName
{
border-color: #8066B2;
}
</style>