Shades of Light Slate Blue #896DFB
Tints of Light Slate Blue #896DFB
RGB
CMYK
RGB Variations
Color information
#896DFB (or 0x896DFB) is known color: Light Slate Blue. HEX triplet: 89, 6D and FB. RGB value is (137,109,251). Sum of RGB (Red+Green+Blue) = 137+109+251=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #896DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896DFB is #769204. Grayscale: #858585. Windows color (decimal): -7770629 or 16477577. OLE color: 16477577.
HSL color Cylindrical-coordinate representation of color #896DFB: hue angle of 251.83º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #896DFB is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 109 | 251 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.02 |
| HSL | 251.83º | 0.95% | 0.71% | - |
| HSV(B) | 251.83º | 0.57% | 0.98% | - |
| XYZ | 33.2 | 23.22 | 94 | - |
| YUV | 133.56 | 194.28 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 251 | 0.45 | 0.57 | 0 | 0.02 | 251.83 | 0.95 | 0.71 |
| Hex | 89 | 6D | FB | 2D | 39 | 0 | 2 | FC | 5F | 47 |
| Octal | 211 | 155 | 373 | 55 | 71 | 0 | 2 | 374 | 137 | 107 |
| Binary | 10001001 | 1101101 | 11111011 | 101101 | 111001 | 0 | 10 | 11111100 | 1011111 | 1000111 |
Color Harmonies of #896DFB
Complementary color
Monochromatic Colors of #896DFB
Black with #896DFB
Text Example
Text Example
White with #896DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DFB; }
p { color: rgb(137,109,251); }
H1.HeaderClassName
{
color: #896DFB;
}
.AnyTagClassName
{
color: #896DFB;
}
</style>
background-color css
<style>
a { background-color: #896DFB; }
a { background-color: rgb(137,109,251); }
div.DivClassName
{
background-color: #896DFB;
}
.BgClassName
{
background-color: #896DFB;
}
</style>
border-color css
<style>
span { border-color: #896DFB; }
span { border-color: rgb(137,109,251); }
td.TdClassName
{
border-color: #896DFB;
}
.TagClassName
{
border-color: #896DFB;
}
</style>