Shades of Deluge #89769D
Tints of Deluge #89769D
RGB
CMYK
RGB Variations
Color information
#89769D (or 0x89769D) is known color: Deluge. HEX triplet: 89, 76 and 9D. RGB value is (137,118,157). Sum of RGB (Red+Green+Blue) = 137+118+157=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #89769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89769D is #768962. Grayscale: #7F7F7F. Windows color (decimal): -7768419 or 10319497. OLE color: 10319497.
HSL color Cylindrical-coordinate representation of color #89769D: hue angle of 269.23º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89769D is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 118 | 157 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.38 |
| HSL | 269.23º | 0.17% | 0.54% | - |
| HSV(B) | 269.23º | 0.25% | 0.62% | - |
| XYZ | 22.88 | 20.71 | 34.69 | - |
| YUV | 128.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 157 | 0.13 | 0.25 | 0 | 0.38 | 269.23 | 0.17 | 0.54 |
| Hex | 89 | 76 | 9D | D | 19 | 0 | 26 | 10D | 11 | 36 |
| Octal | 211 | 166 | 235 | 15 | 31 | 0 | 46 | 415 | 21 | 66 |
| Binary | 10001001 | 1110110 | 10011101 | 1101 | 11001 | 0 | 100110 | 100001101 | 10001 | 110110 |
Color Harmonies of #89769D
Complementary color
Monochromatic Colors of #89769D
Black with #89769D
Text Example
Text Example
White with #89769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89769D; }
p { color: rgb(137,118,157); }
H1.HeaderClassName
{
color: #89769D;
}
.AnyTagClassName
{
color: #89769D;
}
</style>
background-color css
<style>
a { background-color: #89769D; }
a { background-color: rgb(137,118,157); }
div.DivClassName
{
background-color: #89769D;
}
.BgClassName
{
background-color: #89769D;
}
</style>
border-color css
<style>
span { border-color: #89769D; }
span { border-color: rgb(137,118,157); }
td.TdClassName
{
border-color: #89769D;
}
.TagClassName
{
border-color: #89769D;
}
</style>