Shades of Deluge #8071B2
Tints of Deluge #8071B2
RGB
CMYK
RGB Variations
Color information
#8071B2 (or 0x8071B2) is known color: Deluge. HEX triplet: 80, 71 and B2. RGB value is (128,113,178). Sum of RGB (Red+Green+Blue) = 128+113+178=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 178 - color contains mainly: blue. Hex color #8071B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8071B2 is #7F8E4D. Grayscale: #7C7C7C. Windows color (decimal): -8359502 or 11694464. OLE color: 11694464.
HSL color Cylindrical-coordinate representation of color #8071B2: hue angle of 253.85º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8071B2 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 113 | 178 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.30 |
| HSL | 253.85º | 0.3% | 0.57% | - |
| HSV(B) | 253.85º | 0.37% | 0.7% | - |
| XYZ | 22.84 | 19.61 | 44.7 | - |
| YUV | 124.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 178 | 0.28 | 0.37 | 0 | 0.30 | 253.85 | 0.3 | 0.57 |
| Hex | 80 | 71 | B2 | 1C | 25 | 0 | 1E | FE | 1E | 39 |
| Octal | 200 | 161 | 262 | 34 | 45 | 0 | 36 | 376 | 36 | 71 |
| Binary | 10000000 | 1110001 | 10110010 | 11100 | 100101 | 0 | 11110 | 11111110 | 11110 | 111001 |
Color Harmonies of #8071B2
Complementary color
Monochromatic Colors of #8071B2
Black with #8071B2
Text Example
Text Example
White with #8071B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8071B2; }
p { color: rgb(128,113,178); }
H1.HeaderClassName
{
color: #8071B2;
}
.AnyTagClassName
{
color: #8071B2;
}
</style>
background-color css
<style>
a { background-color: #8071B2; }
a { background-color: rgb(128,113,178); }
div.DivClassName
{
background-color: #8071B2;
}
.BgClassName
{
background-color: #8071B2;
}
</style>
border-color css
<style>
span { border-color: #8071B2; }
span { border-color: rgb(128,113,178); }
td.TdClassName
{
border-color: #8071B2;
}
.TagClassName
{
border-color: #8071B2;
}
</style>