Shades of True V #896EBF
Tints of True V #896EBF
RGB
CMYK
RGB Variations
Color information
#896EBF (or 0x896EBF) is known color: True V. HEX triplet: 89, 6E and BF. RGB value is (137,110,191). Sum of RGB (Red+Green+Blue) = 137+110+191=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #896EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EBF is #769140. Grayscale: #7F7F7F. Windows color (decimal): -7770433 or 12545673. OLE color: 12545673.
HSL color Cylindrical-coordinate representation of color #896EBF: hue angle of 260º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896EBF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 110 | 191 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.25 |
| HSL | 260º | 0.39% | 0.59% | - |
| HSV(B) | 260º | 0.42% | 0.75% | - |
| XYZ | 25.3 | 20.23 | 51.86 | - |
| YUV | 127.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 191 | 0.28 | 0.42 | 0 | 0.25 | 260 | 0.39 | 0.59 |
| Hex | 89 | 6E | BF | 1C | 2A | 0 | 19 | 104 | 27 | 3B |
| Octal | 211 | 156 | 277 | 34 | 52 | 0 | 31 | 404 | 47 | 73 |
| Binary | 10001001 | 1101110 | 10111111 | 11100 | 101010 | 0 | 11001 | 100000100 | 100111 | 111011 |
Color Harmonies of #896EBF
Complementary color
Monochromatic Colors of #896EBF
Black with #896EBF
Text Example
Text Example
White with #896EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896EBF; }
p { color: rgb(137,110,191); }
H1.HeaderClassName
{
color: #896EBF;
}
.AnyTagClassName
{
color: #896EBF;
}
</style>
background-color css
<style>
a { background-color: #896EBF; }
a { background-color: rgb(137,110,191); }
div.DivClassName
{
background-color: #896EBF;
}
.BgClassName
{
background-color: #896EBF;
}
</style>
border-color css
<style>
span { border-color: #896EBF; }
span { border-color: rgb(137,110,191); }
td.TdClassName
{
border-color: #896EBF;
}
.TagClassName
{
border-color: #896EBF;
}
</style>