Shades of Deluge #8A78AA
Tints of Deluge #8A78AA
RGB
CMYK
RGB Variations
Color information
#8A78AA (or 0x8A78AA) is known color: Deluge. HEX triplet: 8A, 78 and AA. RGB value is (138,120,170). Sum of RGB (Red+Green+Blue) = 138+120+170=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A78AA is #758755. Grayscale: #828282. Windows color (decimal): -7702358 or 11171978. OLE color: 11171978.
HSL color Cylindrical-coordinate representation of color #8A78AA: hue angle of 261.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A78AA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 120 | 170 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.33 |
| HSL | 261.6º | 0.23% | 0.57% | - |
| HSV(B) | 261.6º | 0.29% | 0.67% | - |
| XYZ | 24.45 | 21.74 | 40.94 | - |
| YUV | 131.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 170 | 0.19 | 0.29 | 0 | 0.33 | 261.6 | 0.23 | 0.57 |
| Hex | 8A | 78 | AA | 13 | 1D | 0 | 21 | 106 | 17 | 39 |
| Octal | 212 | 170 | 252 | 23 | 35 | 0 | 41 | 406 | 27 | 71 |
| Binary | 10001010 | 1111000 | 10101010 | 10011 | 11101 | 0 | 100001 | 100000110 | 10111 | 111001 |
Color Harmonies of #8A78AA
Complementary color
Monochromatic Colors of #8A78AA
Black with #8A78AA
Text Example
Text Example
White with #8A78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A78AA; }
p { color: rgb(138,120,170); }
H1.HeaderClassName
{
color: #8A78AA;
}
.AnyTagClassName
{
color: #8A78AA;
}
</style>
background-color css
<style>
a { background-color: #8A78AA; }
a { background-color: rgb(138,120,170); }
div.DivClassName
{
background-color: #8A78AA;
}
.BgClassName
{
background-color: #8A78AA;
}
</style>
border-color css
<style>
span { border-color: #8A78AA; }
span { border-color: rgb(138,120,170); }
td.TdClassName
{
border-color: #8A78AA;
}
.TagClassName
{
border-color: #8A78AA;
}
</style>