Shades of Deluge #896FAA
Tints of Deluge #896FAA
RGB
CMYK
RGB Variations
Color information
#896FAA (or 0x896FAA) is known color: Deluge. HEX triplet: 89, 6F and AA. RGB value is (137,111,170). Sum of RGB (Red+Green+Blue) = 137+111+170=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #896FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FAA is #769055. Grayscale: #7D7D7D. Windows color (decimal): -7770198 or 11169673. OLE color: 11169673.
HSL color Cylindrical-coordinate representation of color #896FAA: hue angle of 266.44º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #896FAA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 111 | 170 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.33 |
| HSL | 266.44º | 0.26% | 0.55% | - |
| HSV(B) | 266.44º | 0.35% | 0.67% | - |
| XYZ | 23.26 | 19.59 | 40.59 | - |
| YUV | 125.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 170 | 0.19 | 0.35 | 0 | 0.33 | 266.44 | 0.26 | 0.55 |
| Hex | 89 | 6F | AA | 13 | 23 | 0 | 21 | 10A | 1A | 37 |
| Octal | 211 | 157 | 252 | 23 | 43 | 0 | 41 | 412 | 32 | 67 |
| Binary | 10001001 | 1101111 | 10101010 | 10011 | 100011 | 0 | 100001 | 100001010 | 11010 | 110111 |
Color Harmonies of #896FAA
Complementary color
Monochromatic Colors of #896FAA
Black with #896FAA
Text Example
Text Example
White with #896FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FAA; }
p { color: rgb(137,111,170); }
H1.HeaderClassName
{
color: #896FAA;
}
.AnyTagClassName
{
color: #896FAA;
}
</style>
background-color css
<style>
a { background-color: #896FAA; }
a { background-color: rgb(137,111,170); }
div.DivClassName
{
background-color: #896FAA;
}
.BgClassName
{
background-color: #896FAA;
}
</style>
border-color css
<style>
span { border-color: #896FAA; }
span { border-color: rgb(137,111,170); }
td.TdClassName
{
border-color: #896FAA;
}
.TagClassName
{
border-color: #896FAA;
}
</style>