Shades of Medium Slate Blue #896AF2
Tints of Medium Slate Blue #896AF2
RGB
CMYK
RGB Variations
Color information
#896AF2 (or 0x896AF2) is known color: Medium Slate Blue. HEX triplet: 89, 6A and F2. RGB value is (137,106,242). Sum of RGB (Red+Green+Blue) = 137+106+242=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #896AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896AF2 is #76950D. Grayscale: #828282. Windows color (decimal): -7771406 or 15886985. OLE color: 15886985.
HSL color Cylindrical-coordinate representation of color #896AF2: hue angle of 253.68º 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 #896AF2 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 106 | 242 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.05 |
| HSL | 253.68º | 0.84% | 0.68% | - |
| HSV(B) | 253.68º | 0.56% | 0.95% | - |
| XYZ | 31.5 | 22.04 | 86.6 | - |
| YUV | 130.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 242 | 0.43 | 0.56 | 0 | 0.05 | 253.68 | 0.84 | 0.68 |
| Hex | 89 | 6A | F2 | 2B | 38 | 0 | 5 | FE | 54 | 44 |
| Octal | 211 | 152 | 362 | 53 | 70 | 0 | 5 | 376 | 124 | 104 |
| Binary | 10001001 | 1101010 | 11110010 | 101011 | 111000 | 0 | 101 | 11111110 | 1010100 | 1000100 |
Color Harmonies of #896AF2
Complementary color
Monochromatic Colors of #896AF2
Black with #896AF2
Text Example
Text Example
White with #896AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896AF2; }
p { color: rgb(137,106,242); }
H1.HeaderClassName
{
color: #896AF2;
}
.AnyTagClassName
{
color: #896AF2;
}
</style>
background-color css
<style>
a { background-color: #896AF2; }
a { background-color: rgb(137,106,242); }
div.DivClassName
{
background-color: #896AF2;
}
.BgClassName
{
background-color: #896AF2;
}
</style>
border-color css
<style>
span { border-color: #896AF2; }
span { border-color: rgb(137,106,242); }
td.TdClassName
{
border-color: #896AF2;
}
.TagClassName
{
border-color: #896AF2;
}
</style>