Shades of Light Slate Blue #896DF8
Tints of Light Slate Blue #896DF8
RGB
CMYK
RGB Variations
Color information
#896DF8 (or 0x896DF8) is known color: Light Slate Blue. HEX triplet: 89, 6D and F8. RGB value is (137,109,248). Sum of RGB (Red+Green+Blue) = 137+109+248=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #896DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896DF8 is #769207. Grayscale: #848484. Windows color (decimal): -7770632 or 16280969. OLE color: 16280969.
HSL color Cylindrical-coordinate representation of color #896DF8: hue angle of 252.09º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896DF8 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 109 | 248 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.03 |
| HSL | 252.09º | 0.91% | 0.7% | - |
| HSV(B) | 252.09º | 0.56% | 0.97% | - |
| XYZ | 32.73 | 23.03 | 91.53 | - |
| YUV | 133.22 | 192.78 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 248 | 0.45 | 0.56 | 0 | 0.03 | 252.09 | 0.91 | 0.7 |
| Hex | 89 | 6D | F8 | 2D | 38 | 0 | 3 | FC | 5B | 46 |
| Octal | 211 | 155 | 370 | 55 | 70 | 0 | 3 | 374 | 133 | 106 |
| Binary | 10001001 | 1101101 | 11111000 | 101101 | 111000 | 0 | 11 | 11111100 | 1011011 | 1000110 |
Color Harmonies of #896DF8
Complementary color
Monochromatic Colors of #896DF8
Black with #896DF8
Text Example
Text Example
White with #896DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DF8; }
p { color: rgb(137,109,248); }
H1.HeaderClassName
{
color: #896DF8;
}
.AnyTagClassName
{
color: #896DF8;
}
</style>
background-color css
<style>
a { background-color: #896DF8; }
a { background-color: rgb(137,109,248); }
div.DivClassName
{
background-color: #896DF8;
}
.BgClassName
{
background-color: #896DF8;
}
</style>
border-color css
<style>
span { border-color: #896DF8; }
span { border-color: rgb(137,109,248); }
td.TdClassName
{
border-color: #896DF8;
}
.TagClassName
{
border-color: #896DF8;
}
</style>