Shades of Light Slate Blue #896DF6
Tints of Light Slate Blue #896DF6
RGB
CMYK
RGB Variations
Color information
#896DF6 (or 0x896DF6) is known color: Light Slate Blue. HEX triplet: 89, 6D and F6. RGB value is (137,109,246). Sum of RGB (Red+Green+Blue) = 137+109+246=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #896DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896DF6 is #769209. Grayscale: #848484. Windows color (decimal): -7770634 or 16149897. OLE color: 16149897.
HSL color Cylindrical-coordinate representation of color #896DF6: hue angle of 252.26º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896DF6 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 109 | 246 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.04 |
| HSL | 252.26º | 0.88% | 0.7% | - |
| HSV(B) | 252.26º | 0.56% | 0.96% | - |
| XYZ | 32.42 | 22.91 | 89.9 | - |
| YUV | 132.99 | 191.78 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 246 | 0.44 | 0.56 | 0 | 0.04 | 252.26 | 0.88 | 0.7 |
| Hex | 89 | 6D | F6 | 2C | 38 | 0 | 4 | FC | 58 | 46 |
| Octal | 211 | 155 | 366 | 54 | 70 | 0 | 4 | 374 | 130 | 106 |
| Binary | 10001001 | 1101101 | 11110110 | 101100 | 111000 | 0 | 100 | 11111100 | 1011000 | 1000110 |
Color Harmonies of #896DF6
Complementary color
Monochromatic Colors of #896DF6
Black with #896DF6
Text Example
Text Example
White with #896DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DF6; }
p { color: rgb(137,109,246); }
H1.HeaderClassName
{
color: #896DF6;
}
.AnyTagClassName
{
color: #896DF6;
}
</style>
background-color css
<style>
a { background-color: #896DF6; }
a { background-color: rgb(137,109,246); }
div.DivClassName
{
background-color: #896DF6;
}
.BgClassName
{
background-color: #896DF6;
}
</style>
border-color css
<style>
span { border-color: #896DF6; }
span { border-color: rgb(137,109,246); }
td.TdClassName
{
border-color: #896DF6;
}
.TagClassName
{
border-color: #896DF6;
}
</style>