Shades of Medium Slate Blue #896CF1
Tints of Medium Slate Blue #896CF1
RGB
CMYK
RGB Variations
Color information
#896CF1 (or 0x896CF1) is known color: Medium Slate Blue. HEX triplet: 89, 6C and F1. RGB value is (137,108,241). Sum of RGB (Red+Green+Blue) = 137+108+241=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #896CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CF1 is #76930E. Grayscale: #838383. Windows color (decimal): -7770895 or 15821961. OLE color: 15821961.
HSL color Cylindrical-coordinate representation of color #896CF1: hue angle of 253.08º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #896CF1 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 108 | 241 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.05 |
| HSL | 253.08º | 0.83% | 0.68% | - |
| HSV(B) | 253.08º | 0.55% | 0.95% | - |
| XYZ | 31.56 | 22.39 | 85.88 | - |
| YUV | 131.83 | 189.61 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 241 | 0.43 | 0.55 | 0 | 0.05 | 253.08 | 0.83 | 0.68 |
| Hex | 89 | 6C | F1 | 2B | 37 | 0 | 5 | FD | 53 | 44 |
| Octal | 211 | 154 | 361 | 53 | 67 | 0 | 5 | 375 | 123 | 104 |
| Binary | 10001001 | 1101100 | 11110001 | 101011 | 110111 | 0 | 101 | 11111101 | 1010011 | 1000100 |
Color Harmonies of #896CF1
Complementary color
Monochromatic Colors of #896CF1
Black with #896CF1
Text Example
Text Example
White with #896CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CF1; }
p { color: rgb(137,108,241); }
H1.HeaderClassName
{
color: #896CF1;
}
.AnyTagClassName
{
color: #896CF1;
}
</style>
background-color css
<style>
a { background-color: #896CF1; }
a { background-color: rgb(137,108,241); }
div.DivClassName
{
background-color: #896CF1;
}
.BgClassName
{
background-color: #896CF1;
}
</style>
border-color css
<style>
span { border-color: #896CF1; }
span { border-color: rgb(137,108,241); }
td.TdClassName
{
border-color: #896CF1;
}
.TagClassName
{
border-color: #896CF1;
}
</style>