Shades of Medium Slate Blue #896BF2
Tints of Medium Slate Blue #896BF2
RGB
CMYK
RGB Variations
Color information
#896BF2 (or 0x896BF2) is known color: Medium Slate Blue. HEX triplet: 89, 6B and F2. RGB value is (137,107,242). Sum of RGB (Red+Green+Blue) = 137+107+242=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #896BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896BF2 is #76940D. Grayscale: #828282. Windows color (decimal): -7771150 or 15887241. OLE color: 15887241.
HSL color Cylindrical-coordinate representation of color #896BF2: hue angle of 253.33º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896BF2 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 107 | 242 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.05 |
| HSL | 253.33º | 0.84% | 0.68% | - |
| HSV(B) | 253.33º | 0.56% | 0.95% | - |
| XYZ | 31.6 | 22.24 | 86.63 | - |
| YUV | 131.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 242 | 0.43 | 0.56 | 0 | 0.05 | 253.33 | 0.84 | 0.68 |
| Hex | 89 | 6B | F2 | 2B | 38 | 0 | 5 | FD | 54 | 44 |
| Octal | 211 | 153 | 362 | 53 | 70 | 0 | 5 | 375 | 124 | 104 |
| Binary | 10001001 | 1101011 | 11110010 | 101011 | 111000 | 0 | 101 | 11111101 | 1010100 | 1000100 |
Color Harmonies of #896BF2
Complementary color
Monochromatic Colors of #896BF2
Black with #896BF2
Text Example
Text Example
White with #896BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BF2; }
p { color: rgb(137,107,242); }
H1.HeaderClassName
{
color: #896BF2;
}
.AnyTagClassName
{
color: #896BF2;
}
</style>
background-color css
<style>
a { background-color: #896BF2; }
a { background-color: rgb(137,107,242); }
div.DivClassName
{
background-color: #896BF2;
}
.BgClassName
{
background-color: #896BF2;
}
</style>
border-color css
<style>
span { border-color: #896BF2; }
span { border-color: rgb(137,107,242); }
td.TdClassName
{
border-color: #896BF2;
}
.TagClassName
{
border-color: #896BF2;
}
</style>