Shades of Deluge #8B79AD
Tints of Deluge #8B79AD
RGB
CMYK
RGB Variations
Color information
#8B79AD (or 0x8B79AD) is known color: Deluge. HEX triplet: 8B, 79 and AD. RGB value is (139,121,173). Sum of RGB (Red+Green+Blue) = 139+121+173=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B79AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B79AD is #748652. Grayscale: #848484. Windows color (decimal): -7636563 or 11368843. OLE color: 11368843.
HSL color Cylindrical-coordinate representation of color #8B79AD: hue angle of 260.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B79AD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 121 | 173 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.32 |
| HSL | 260.77º | 0.24% | 0.58% | - |
| HSV(B) | 260.77º | 0.3% | 0.68% | - |
| XYZ | 25.03 | 22.18 | 42.5 | - |
| YUV | 132.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 173 | 0.20 | 0.30 | 0 | 0.32 | 260.77 | 0.24 | 0.58 |
| Hex | 8B | 79 | AD | 14 | 1E | 0 | 20 | 105 | 18 | 3A |
| Octal | 213 | 171 | 255 | 24 | 36 | 0 | 40 | 405 | 30 | 72 |
| Binary | 10001011 | 1111001 | 10101101 | 10100 | 11110 | 0 | 100000 | 100000101 | 11000 | 111010 |
Color Harmonies of #8B79AD
Complementary color
Monochromatic Colors of #8B79AD
Black with #8B79AD
Text Example
Text Example
White with #8B79AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B79AD; }
p { color: rgb(139,121,173); }
H1.HeaderClassName
{
color: #8B79AD;
}
.AnyTagClassName
{
color: #8B79AD;
}
</style>
background-color css
<style>
a { background-color: #8B79AD; }
a { background-color: rgb(139,121,173); }
div.DivClassName
{
background-color: #8B79AD;
}
.BgClassName
{
background-color: #8B79AD;
}
</style>
border-color css
<style>
span { border-color: #8B79AD; }
span { border-color: rgb(139,121,173); }
td.TdClassName
{
border-color: #8B79AD;
}
.TagClassName
{
border-color: #8B79AD;
}
</style>