Shades of Deluge #8978A7
Tints of Deluge #8978A7
RGB
CMYK
RGB Variations
Color information
#8978A7 (or 0x8978A7) is known color: Deluge. HEX triplet: 89, 78 and A7. RGB value is (137,120,167). Sum of RGB (Red+Green+Blue) = 137+120+167=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 167 - color contains mainly: blue. Hex color #8978A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8978A7 is #768758. Grayscale: #828282. Windows color (decimal): -7767897 or 10975369. OLE color: 10975369.
HSL color Cylindrical-coordinate representation of color #8978A7: hue angle of 261.7º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8978A7 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 120 | 167 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.35 |
| HSL | 261.7º | 0.21% | 0.56% | - |
| HSV(B) | 261.7º | 0.28% | 0.65% | - |
| XYZ | 24.01 | 21.54 | 39.45 | - |
| YUV | 130.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 167 | 0.18 | 0.28 | 0 | 0.35 | 261.7 | 0.21 | 0.56 |
| Hex | 89 | 78 | A7 | 12 | 1C | 0 | 23 | 106 | 15 | 38 |
| Octal | 211 | 170 | 247 | 22 | 34 | 0 | 43 | 406 | 25 | 70 |
| Binary | 10001001 | 1111000 | 10100111 | 10010 | 11100 | 0 | 100011 | 100000110 | 10101 | 111000 |
Color Harmonies of #8978A7
Complementary color
Monochromatic Colors of #8978A7
Black with #8978A7
Text Example
Text Example
White with #8978A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978A7; }
p { color: rgb(137,120,167); }
H1.HeaderClassName
{
color: #8978A7;
}
.AnyTagClassName
{
color: #8978A7;
}
</style>
background-color css
<style>
a { background-color: #8978A7; }
a { background-color: rgb(137,120,167); }
div.DivClassName
{
background-color: #8978A7;
}
.BgClassName
{
background-color: #8978A7;
}
</style>
border-color css
<style>
span { border-color: #8978A7; }
span { border-color: rgb(137,120,167); }
td.TdClassName
{
border-color: #8978A7;
}
.TagClassName
{
border-color: #8978A7;
}
</style>