Shades of Deluge #89789F
Tints of Deluge #89789F
RGB
CMYK
RGB Variations
Color information
#89789F (or 0x89789F) is known color: Deluge. HEX triplet: 89, 78 and 9F. RGB value is (137,120,159). Sum of RGB (Red+Green+Blue) = 137+120+159=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #89789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89789F is #768760. Grayscale: #818181. Windows color (decimal): -7767905 or 10451081. OLE color: 10451081.
HSL color Cylindrical-coordinate representation of color #89789F: hue angle of 266.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89789F is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 120 | 159 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.38 |
| HSL | 266.15º | 0.17% | 0.55% | - |
| HSV(B) | 266.15º | 0.25% | 0.62% | - |
| XYZ | 23.29 | 21.25 | 35.68 | - |
| YUV | 129.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 159 | 0.14 | 0.25 | 0 | 0.38 | 266.15 | 0.17 | 0.55 |
| Hex | 89 | 78 | 9F | E | 19 | 0 | 26 | 10A | 11 | 37 |
| Octal | 211 | 170 | 237 | 16 | 31 | 0 | 46 | 412 | 21 | 67 |
| Binary | 10001001 | 1111000 | 10011111 | 1110 | 11001 | 0 | 100110 | 100001010 | 10001 | 110111 |
Color Harmonies of #89789F
Complementary color
Monochromatic Colors of #89789F
Black with #89789F
Text Example
Text Example
White with #89789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89789F; }
p { color: rgb(137,120,159); }
H1.HeaderClassName
{
color: #89789F;
}
.AnyTagClassName
{
color: #89789F;
}
</style>
background-color css
<style>
a { background-color: #89789F; }
a { background-color: rgb(137,120,159); }
div.DivClassName
{
background-color: #89789F;
}
.BgClassName
{
background-color: #89789F;
}
</style>
border-color css
<style>
span { border-color: #89789F; }
span { border-color: rgb(137,120,159); }
td.TdClassName
{
border-color: #89789F;
}
.TagClassName
{
border-color: #89789F;
}
</style>