Shades of Deluge #89789B
Tints of Deluge #89789B
RGB
CMYK
RGB Variations
Color information
#89789B (or 0x89789B) is known color: Deluge. HEX triplet: 89, 78 and 9B. RGB value is (137,120,155). Sum of RGB (Red+Green+Blue) = 137+120+155=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #89789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89789B is #768764. Grayscale: #808080. Windows color (decimal): -7767909 or 10188937. OLE color: 10188937.
HSL color Cylindrical-coordinate representation of color #89789B: hue angle of 269.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89789B is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 120 | 155 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.39 |
| HSL | 269.14º | 0.15% | 0.54% | - |
| HSV(B) | 269.14º | 0.23% | 0.61% | - |
| XYZ | 22.95 | 21.12 | 33.88 | - |
| YUV | 129.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 155 | 0.12 | 0.23 | 0 | 0.39 | 269.14 | 0.15 | 0.54 |
| Hex | 89 | 78 | 9B | C | 17 | 0 | 27 | 10D | F | 36 |
| Octal | 211 | 170 | 233 | 14 | 27 | 0 | 47 | 415 | 17 | 66 |
| Binary | 10001001 | 1111000 | 10011011 | 1100 | 10111 | 0 | 100111 | 100001101 | 1111 | 110110 |
Color Harmonies of #89789B
Complementary color
Monochromatic Colors of #89789B
Black with #89789B
Text Example
Text Example
White with #89789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89789B; }
p { color: rgb(137,120,155); }
H1.HeaderClassName
{
color: #89789B;
}
.AnyTagClassName
{
color: #89789B;
}
</style>
background-color css
<style>
a { background-color: #89789B; }
a { background-color: rgb(137,120,155); }
div.DivClassName
{
background-color: #89789B;
}
.BgClassName
{
background-color: #89789B;
}
</style>
border-color css
<style>
span { border-color: #89789B; }
span { border-color: rgb(137,120,155); }
td.TdClassName
{
border-color: #89789B;
}
.TagClassName
{
border-color: #89789B;
}
</style>