Shades of Medium Slate Blue #896BEB
Tints of Medium Slate Blue #896BEB
RGB
CMYK
RGB Variations
Color information
#896BEB (or 0x896BEB) is known color: Medium Slate Blue. HEX triplet: 89, 6B and EB. RGB value is (137,107,235). Sum of RGB (Red+Green+Blue) = 137+107+235=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #896BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896BEB is #769414. Grayscale: #828282. Windows color (decimal): -7771157 or 15428489. OLE color: 15428489.
HSL color Cylindrical-coordinate representation of color #896BEB: hue angle of 254.06º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #896BEB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 107 | 235 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.08 |
| HSL | 254.06º | 0.76% | 0.67% | - |
| HSV(B) | 254.06º | 0.54% | 0.92% | - |
| XYZ | 30.57 | 21.83 | 81.2 | - |
| YUV | 130.56 | 186.94 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 235 | 0.42 | 0.54 | 0 | 0.08 | 254.06 | 0.76 | 0.67 |
| Hex | 89 | 6B | EB | 2A | 36 | 0 | 8 | FE | 4C | 43 |
| Octal | 211 | 153 | 353 | 52 | 66 | 0 | 10 | 376 | 114 | 103 |
| Binary | 10001001 | 1101011 | 11101011 | 101010 | 110110 | 0 | 1000 | 11111110 | 1001100 | 1000011 |
Color Harmonies of #896BEB
Complementary color
Monochromatic Colors of #896BEB
Black with #896BEB
Text Example
Text Example
White with #896BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BEB; }
p { color: rgb(137,107,235); }
H1.HeaderClassName
{
color: #896BEB;
}
.AnyTagClassName
{
color: #896BEB;
}
</style>
background-color css
<style>
a { background-color: #896BEB; }
a { background-color: rgb(137,107,235); }
div.DivClassName
{
background-color: #896BEB;
}
.BgClassName
{
background-color: #896BEB;
}
</style>
border-color css
<style>
span { border-color: #896BEB; }
span { border-color: rgb(137,107,235); }
td.TdClassName
{
border-color: #896BEB;
}
.TagClassName
{
border-color: #896BEB;
}
</style>