Shades of Deluge #8977B2
Tints of Deluge #8977B2
RGB
CMYK
RGB Variations
Color information
#8977B2 (or 0x8977B2) is known color: Deluge. HEX triplet: 89, 77 and B2. RGB value is (137,119,178). Sum of RGB (Red+Green+Blue) = 137+119+178=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #8977B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8977B2 is #76884D. Grayscale: #828282. Windows color (decimal): -7768142 or 11696009. OLE color: 11696009.
HSL color Cylindrical-coordinate representation of color #8977B2: hue angle of 258.31º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8977B2 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 119 | 178 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.30 |
| HSL | 258.31º | 0.28% | 0.58% | - |
| HSV(B) | 258.31º | 0.33% | 0.7% | - |
| XYZ | 24.95 | 21.73 | 45 | - |
| YUV | 131.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 178 | 0.23 | 0.33 | 0 | 0.30 | 258.31 | 0.28 | 0.58 |
| Hex | 89 | 77 | B2 | 17 | 21 | 0 | 1E | 102 | 1C | 3A |
| Octal | 211 | 167 | 262 | 27 | 41 | 0 | 36 | 402 | 34 | 72 |
| Binary | 10001001 | 1110111 | 10110010 | 10111 | 100001 | 0 | 11110 | 100000010 | 11100 | 111010 |
Color Harmonies of #8977B2
Complementary color
Monochromatic Colors of #8977B2
Black with #8977B2
Text Example
Text Example
White with #8977B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977B2; }
p { color: rgb(137,119,178); }
H1.HeaderClassName
{
color: #8977B2;
}
.AnyTagClassName
{
color: #8977B2;
}
</style>
background-color css
<style>
a { background-color: #8977B2; }
a { background-color: rgb(137,119,178); }
div.DivClassName
{
background-color: #8977B2;
}
.BgClassName
{
background-color: #8977B2;
}
</style>
border-color css
<style>
span { border-color: #8977B2; }
span { border-color: rgb(137,119,178); }
td.TdClassName
{
border-color: #8977B2;
}
.TagClassName
{
border-color: #8977B2;
}
</style>