Shades of Deluge #8978B1
Tints of Deluge #8978B1
RGB
CMYK
RGB Variations
Color information
#8978B1 (or 0x8978B1) is known color: Deluge. HEX triplet: 89, 78 and B1. RGB value is (137,120,177). Sum of RGB (Red+Green+Blue) = 137+120+177=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 177 - color contains mainly: blue. Hex color #8978B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8978B1 is #76874E. Grayscale: #838383. Windows color (decimal): -7767887 or 11630729. OLE color: 11630729.
HSL color Cylindrical-coordinate representation of color #8978B1: hue angle of 257.89º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8978B1 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 120 | 177 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.31 |
| HSL | 257.89º | 0.27% | 0.58% | - |
| HSV(B) | 257.89º | 0.32% | 0.69% | - |
| XYZ | 24.97 | 21.93 | 44.51 | - |
| YUV | 131.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 177 | 0.23 | 0.32 | 0 | 0.31 | 257.89 | 0.27 | 0.58 |
| Hex | 89 | 78 | B1 | 17 | 20 | 0 | 1F | 102 | 1B | 3A |
| Octal | 211 | 170 | 261 | 27 | 40 | 0 | 37 | 402 | 33 | 72 |
| Binary | 10001001 | 1111000 | 10110001 | 10111 | 100000 | 0 | 11111 | 100000010 | 11011 | 111010 |
Color Harmonies of #8978B1
Complementary color
Monochromatic Colors of #8978B1
Black with #8978B1
Text Example
Text Example
White with #8978B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978B1; }
p { color: rgb(137,120,177); }
H1.HeaderClassName
{
color: #8978B1;
}
.AnyTagClassName
{
color: #8978B1;
}
</style>
background-color css
<style>
a { background-color: #8978B1; }
a { background-color: rgb(137,120,177); }
div.DivClassName
{
background-color: #8978B1;
}
.BgClassName
{
background-color: #8978B1;
}
</style>
border-color css
<style>
span { border-color: #8978B1; }
span { border-color: rgb(137,120,177); }
td.TdClassName
{
border-color: #8978B1;
}
.TagClassName
{
border-color: #8978B1;
}
</style>