Shades of Light Slate Blue #896EF2
Tints of Light Slate Blue #896EF2
RGB
CMYK
RGB Variations
Color information
#896EF2 (or 0x896EF2) is known color: Light Slate Blue. HEX triplet: 89, 6E and F2. RGB value is (137,110,242). Sum of RGB (Red+Green+Blue) = 137+110+242=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #896EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EF2 is #76910D. Grayscale: #848484. Windows color (decimal): -7770382 or 15888009. OLE color: 15888009.
HSL color Cylindrical-coordinate representation of color #896EF2: hue angle of 252.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #896EF2 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 110 | 242 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.05 |
| HSL | 252.27º | 0.84% | 0.69% | - |
| HSV(B) | 252.27º | 0.55% | 0.95% | - |
| XYZ | 31.92 | 22.88 | 86.74 | - |
| YUV | 133.12 | 189.45 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 242 | 0.43 | 0.55 | 0 | 0.05 | 252.27 | 0.84 | 0.69 |
| Hex | 89 | 6E | F2 | 2B | 37 | 0 | 5 | FC | 54 | 45 |
| Octal | 211 | 156 | 362 | 53 | 67 | 0 | 5 | 374 | 124 | 105 |
| Binary | 10001001 | 1101110 | 11110010 | 101011 | 110111 | 0 | 101 | 11111100 | 1010100 | 1000101 |
Color Harmonies of #896EF2
Complementary color
Monochromatic Colors of #896EF2
Black with #896EF2
Text Example
Text Example
White with #896EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896EF2; }
p { color: rgb(137,110,242); }
H1.HeaderClassName
{
color: #896EF2;
}
.AnyTagClassName
{
color: #896EF2;
}
</style>
background-color css
<style>
a { background-color: #896EF2; }
a { background-color: rgb(137,110,242); }
div.DivClassName
{
background-color: #896EF2;
}
.BgClassName
{
background-color: #896EF2;
}
</style>
border-color css
<style>
span { border-color: #896EF2; }
span { border-color: rgb(137,110,242); }
td.TdClassName
{
border-color: #896EF2;
}
.TagClassName
{
border-color: #896EF2;
}
</style>