Shades of Light Slate Blue #896AF6
Tints of Light Slate Blue #896AF6
RGB
CMYK
RGB Variations
Color information
#896AF6 (or 0x896AF6) is known color: Light Slate Blue. HEX triplet: 89, 6A and F6. RGB value is (137,106,246). Sum of RGB (Red+Green+Blue) = 137+106+246=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #896AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896AF6 is #769509. Grayscale: #828282. Windows color (decimal): -7771402 or 16149129. OLE color: 16149129.
HSL color Cylindrical-coordinate representation of color #896AF6: hue angle of 253.29º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #896AF6 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 106 | 246 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.04 |
| HSL | 253.29º | 0.89% | 0.69% | - |
| HSV(B) | 253.29º | 0.57% | 0.96% | - |
| XYZ | 32.11 | 22.28 | 89.8 | - |
| YUV | 131.23 | 192.77 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 246 | 0.44 | 0.57 | 0 | 0.04 | 253.29 | 0.89 | 0.69 |
| Hex | 89 | 6A | F6 | 2C | 39 | 0 | 4 | FD | 59 | 45 |
| Octal | 211 | 152 | 366 | 54 | 71 | 0 | 4 | 375 | 131 | 105 |
| Binary | 10001001 | 1101010 | 11110110 | 101100 | 111001 | 0 | 100 | 11111101 | 1011001 | 1000101 |
Color Harmonies of #896AF6
Complementary color
Monochromatic Colors of #896AF6
Black with #896AF6
Text Example
Text Example
White with #896AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896AF6; }
p { color: rgb(137,106,246); }
H1.HeaderClassName
{
color: #896AF6;
}
.AnyTagClassName
{
color: #896AF6;
}
</style>
background-color css
<style>
a { background-color: #896AF6; }
a { background-color: rgb(137,106,246); }
div.DivClassName
{
background-color: #896AF6;
}
.BgClassName
{
background-color: #896AF6;
}
</style>
border-color css
<style>
span { border-color: #896AF6; }
span { border-color: rgb(137,106,246); }
td.TdClassName
{
border-color: #896AF6;
}
.TagClassName
{
border-color: #896AF6;
}
</style>