Shades of Deluge #8C78AC
Tints of Deluge #8C78AC
RGB
CMYK
RGB Variations
Color information
#8C78AC (or 0x8C78AC) is known color: Deluge. HEX triplet: 8C, 78 and AC. RGB value is (140,120,172). Sum of RGB (Red+Green+Blue) = 140+120+172=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C78AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C78AC is #738753. Grayscale: #838383. Windows color (decimal): -7571284 or 11303052. OLE color: 11303052.
HSL color Cylindrical-coordinate representation of color #8C78AC: hue angle of 263.08º 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 #8C78AC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 120 | 172 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.33 |
| HSL | 263.08º | 0.24% | 0.57% | - |
| HSV(B) | 263.08º | 0.3% | 0.67% | - |
| XYZ | 24.98 | 21.99 | 41.96 | - |
| YUV | 131.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 172 | 0.19 | 0.30 | 0 | 0.33 | 263.08 | 0.24 | 0.57 |
| Hex | 8C | 78 | AC | 13 | 1E | 0 | 21 | 107 | 18 | 39 |
| Octal | 214 | 170 | 254 | 23 | 36 | 0 | 41 | 407 | 30 | 71 |
| Binary | 10001100 | 1111000 | 10101100 | 10011 | 11110 | 0 | 100001 | 100000111 | 11000 | 111001 |
Color Harmonies of #8C78AC
Complementary color
Monochromatic Colors of #8C78AC
Black with #8C78AC
Text Example
Text Example
White with #8C78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78AC; }
p { color: rgb(140,120,172); }
H1.HeaderClassName
{
color: #8C78AC;
}
.AnyTagClassName
{
color: #8C78AC;
}
</style>
background-color css
<style>
a { background-color: #8C78AC; }
a { background-color: rgb(140,120,172); }
div.DivClassName
{
background-color: #8C78AC;
}
.BgClassName
{
background-color: #8C78AC;
}
</style>
border-color css
<style>
span { border-color: #8C78AC; }
span { border-color: rgb(140,120,172); }
td.TdClassName
{
border-color: #8C78AC;
}
.TagClassName
{
border-color: #8C78AC;
}
</style>