Shades of Deluge #896FA7
Tints of Deluge #896FA7
RGB
CMYK
RGB Variations
Color information
#896FA7 (or 0x896FA7) is known color: Deluge. HEX triplet: 89, 6F and A7. RGB value is (137,111,167). Sum of RGB (Red+Green+Blue) = 137+111+167=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 167 - color contains mainly: blue. Hex color #896FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FA7 is #769058. Grayscale: #7C7C7C. Windows color (decimal): -7770201 or 10973065. OLE color: 10973065.
HSL color Cylindrical-coordinate representation of color #896FA7: hue angle of 267.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #896FA7 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 111 | 167 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.35 |
| HSL | 267.86º | 0.24% | 0.55% | - |
| HSV(B) | 267.86º | 0.34% | 0.65% | - |
| XYZ | 22.98 | 19.48 | 39.11 | - |
| YUV | 125.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 167 | 0.18 | 0.34 | 0 | 0.35 | 267.86 | 0.24 | 0.55 |
| Hex | 89 | 6F | A7 | 12 | 22 | 0 | 23 | 10C | 18 | 37 |
| Octal | 211 | 157 | 247 | 22 | 42 | 0 | 43 | 414 | 30 | 67 |
| Binary | 10001001 | 1101111 | 10100111 | 10010 | 100010 | 0 | 100011 | 100001100 | 11000 | 110111 |
Color Harmonies of #896FA7
Complementary color
Monochromatic Colors of #896FA7
Black with #896FA7
Text Example
Text Example
White with #896FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FA7; }
p { color: rgb(137,111,167); }
H1.HeaderClassName
{
color: #896FA7;
}
.AnyTagClassName
{
color: #896FA7;
}
</style>
background-color css
<style>
a { background-color: #896FA7; }
a { background-color: rgb(137,111,167); }
div.DivClassName
{
background-color: #896FA7;
}
.BgClassName
{
background-color: #896FA7;
}
</style>
border-color css
<style>
span { border-color: #896FA7; }
span { border-color: rgb(137,111,167); }
td.TdClassName
{
border-color: #896FA7;
}
.TagClassName
{
border-color: #896FA7;
}
</style>