Shades of Deluge #8B78AC
Tints of Deluge #8B78AC
RGB
CMYK
RGB Variations
Color information
#8B78AC (or 0x8B78AC) is known color: Deluge. HEX triplet: 8B, 78 and AC. RGB value is (139,120,172). Sum of RGB (Red+Green+Blue) = 139+120+172=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B78AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B78AC is #748753. Grayscale: #838383. Windows color (decimal): -7636820 or 11303051. OLE color: 11303051.
HSL color Cylindrical-coordinate representation of color #8B78AC: hue angle of 261.92º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B78AC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 120 | 172 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.33 |
| HSL | 261.92º | 0.24% | 0.57% | - |
| HSV(B) | 261.92º | 0.3% | 0.67% | - |
| XYZ | 24.81 | 21.9 | 41.95 | - |
| YUV | 131.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 172 | 0.19 | 0.30 | 0 | 0.33 | 261.92 | 0.24 | 0.57 |
| Hex | 8B | 78 | AC | 13 | 1E | 0 | 21 | 106 | 18 | 39 |
| Octal | 213 | 170 | 254 | 23 | 36 | 0 | 41 | 406 | 30 | 71 |
| Binary | 10001011 | 1111000 | 10101100 | 10011 | 11110 | 0 | 100001 | 100000110 | 11000 | 111001 |
Color Harmonies of #8B78AC
Complementary color
Monochromatic Colors of #8B78AC
Black with #8B78AC
Text Example
Text Example
White with #8B78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B78AC; }
p { color: rgb(139,120,172); }
H1.HeaderClassName
{
color: #8B78AC;
}
.AnyTagClassName
{
color: #8B78AC;
}
</style>
background-color css
<style>
a { background-color: #8B78AC; }
a { background-color: rgb(139,120,172); }
div.DivClassName
{
background-color: #8B78AC;
}
.BgClassName
{
background-color: #8B78AC;
}
</style>
border-color css
<style>
span { border-color: #8B78AC; }
span { border-color: rgb(139,120,172); }
td.TdClassName
{
border-color: #8B78AC;
}
.TagClassName
{
border-color: #8B78AC;
}
</style>