Shades of Light Slate Blue #896EF1
Tints of Light Slate Blue #896EF1
RGB
CMYK
RGB Variations
Color information
#896EF1 (or 0x896EF1) is known color: Light Slate Blue. HEX triplet: 89, 6E and F1. RGB value is (137,110,241). Sum of RGB (Red+Green+Blue) = 137+110+241=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #896EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EF1 is #76910E. Grayscale: #848484. Windows color (decimal): -7770383 or 15822473. OLE color: 15822473.
HSL color Cylindrical-coordinate representation of color #896EF1: hue angle of 252.37º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #896EF1 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 110 | 241 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.05 |
| HSL | 252.37º | 0.82% | 0.69% | - |
| HSV(B) | 252.37º | 0.54% | 0.95% | - |
| XYZ | 31.77 | 22.82 | 85.95 | - |
| YUV | 133.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 241 | 0.43 | 0.54 | 0 | 0.05 | 252.37 | 0.82 | 0.69 |
| Hex | 89 | 6E | F1 | 2B | 36 | 0 | 5 | FC | 52 | 45 |
| Octal | 211 | 156 | 361 | 53 | 66 | 0 | 5 | 374 | 122 | 105 |
| Binary | 10001001 | 1101110 | 11110001 | 101011 | 110110 | 0 | 101 | 11111100 | 1010010 | 1000101 |
Color Harmonies of #896EF1
Complementary color
Monochromatic Colors of #896EF1
Black with #896EF1
Text Example
Text Example
White with #896EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896EF1; }
p { color: rgb(137,110,241); }
H1.HeaderClassName
{
color: #896EF1;
}
.AnyTagClassName
{
color: #896EF1;
}
</style>
background-color css
<style>
a { background-color: #896EF1; }
a { background-color: rgb(137,110,241); }
div.DivClassName
{
background-color: #896EF1;
}
.BgClassName
{
background-color: #896EF1;
}
</style>
border-color css
<style>
span { border-color: #896EF1; }
span { border-color: rgb(137,110,241); }
td.TdClassName
{
border-color: #896EF1;
}
.TagClassName
{
border-color: #896EF1;
}
</style>