Shades of Deluge #896BAE
Tints of Deluge #896BAE
RGB
CMYK
RGB Variations
Color information
#896BAE (or 0x896BAE) is known color: Deluge. HEX triplet: 89, 6B and AE. RGB value is (137,107,174). Sum of RGB (Red+Green+Blue) = 137+107+174=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #896BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BAE is #769451. Grayscale: #7B7B7B. Windows color (decimal): -7771218 or 11430793. OLE color: 11430793.
HSL color Cylindrical-coordinate representation of color #896BAE: hue angle of 266.87º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896BAE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 107 | 174 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.32 |
| HSL | 266.87º | 0.29% | 0.55% | - |
| HSV(B) | 266.87º | 0.39% | 0.68% | - |
| XYZ | 23.21 | 18.89 | 42.47 | - |
| YUV | 123.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 174 | 0.21 | 0.39 | 0 | 0.32 | 266.87 | 0.29 | 0.55 |
| Hex | 89 | 6B | AE | 15 | 27 | 0 | 20 | 10B | 1D | 37 |
| Octal | 211 | 153 | 256 | 25 | 47 | 0 | 40 | 413 | 35 | 67 |
| Binary | 10001001 | 1101011 | 10101110 | 10101 | 100111 | 0 | 100000 | 100001011 | 11101 | 110111 |
Color Harmonies of #896BAE
Complementary color
Monochromatic Colors of #896BAE
Black with #896BAE
Text Example
Text Example
White with #896BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BAE; }
p { color: rgb(137,107,174); }
H1.HeaderClassName
{
color: #896BAE;
}
.AnyTagClassName
{
color: #896BAE;
}
</style>
background-color css
<style>
a { background-color: #896BAE; }
a { background-color: rgb(137,107,174); }
div.DivClassName
{
background-color: #896BAE;
}
.BgClassName
{
background-color: #896BAE;
}
</style>
border-color css
<style>
span { border-color: #896BAE; }
span { border-color: rgb(137,107,174); }
td.TdClassName
{
border-color: #896BAE;
}
.TagClassName
{
border-color: #896BAE;
}
</style>