Shades of Deluge #807BAD
Tints of Deluge #807BAD
RGB
CMYK
RGB Variations
Color information
#807BAD (or 0x807BAD) is known color: Deluge. HEX triplet: 80, 7B and AD. RGB value is (128,123,173). Sum of RGB (Red+Green+Blue) = 128+123+173=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #807BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807BAD is #7F8452. Grayscale: #828282. Windows color (decimal): -8356947 or 11369344. OLE color: 11369344.
HSL color Cylindrical-coordinate representation of color #807BAD: hue angle of 246º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #807BAD is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 123 | 173 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.32 |
| HSL | 246º | 0.23% | 0.58% | - |
| HSV(B) | 246º | 0.29% | 0.68% | - |
| XYZ | 23.53 | 21.77 | 42.5 | - |
| YUV | 130.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 173 | 0.26 | 0.29 | 0 | 0.32 | 246 | 0.23 | 0.58 |
| Hex | 80 | 7B | AD | 1A | 1D | 0 | 20 | F6 | 17 | 3A |
| Octal | 200 | 173 | 255 | 32 | 35 | 0 | 40 | 366 | 27 | 72 |
| Binary | 10000000 | 1111011 | 10101101 | 11010 | 11101 | 0 | 100000 | 11110110 | 10111 | 111010 |
Color Harmonies of #807BAD
Complementary color
Monochromatic Colors of #807BAD
Black with #807BAD
Text Example
Text Example
White with #807BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BAD; }
p { color: rgb(128,123,173); }
H1.HeaderClassName
{
color: #807BAD;
}
.AnyTagClassName
{
color: #807BAD;
}
</style>
background-color css
<style>
a { background-color: #807BAD; }
a { background-color: rgb(128,123,173); }
div.DivClassName
{
background-color: #807BAD;
}
.BgClassName
{
background-color: #807BAD;
}
</style>
border-color css
<style>
span { border-color: #807BAD; }
span { border-color: rgb(128,123,173); }
td.TdClassName
{
border-color: #807BAD;
}
.TagClassName
{
border-color: #807BAD;
}
</style>