Shades of Light Slate Blue #896FFA
Tints of Light Slate Blue #896FFA
RGB
CMYK
RGB Variations
Color information
#896FFA (or 0x896FFA) is known color: Light Slate Blue. HEX triplet: 89, 6F and FA. RGB value is (137,111,250). Sum of RGB (Red+Green+Blue) = 137+111+250=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #896FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FFA is #769005. Grayscale: #868686. Windows color (decimal): -7770118 or 16412553. OLE color: 16412553.
HSL color Cylindrical-coordinate representation of color #896FFA: hue angle of 251.22º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896FFA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 111 | 250 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.02 |
| HSL | 251.22º | 0.93% | 0.71% | - |
| HSV(B) | 251.22º | 0.56% | 0.98% | - |
| XYZ | 33.26 | 23.59 | 93.24 | - |
| YUV | 134.62 | 193.11 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 250 | 0.45 | 0.56 | 0 | 0.02 | 251.22 | 0.93 | 0.71 |
| Hex | 89 | 6F | FA | 2D | 38 | 0 | 2 | FB | 5D | 47 |
| Octal | 211 | 157 | 372 | 55 | 70 | 0 | 2 | 373 | 135 | 107 |
| Binary | 10001001 | 1101111 | 11111010 | 101101 | 111000 | 0 | 10 | 11111011 | 1011101 | 1000111 |
Color Harmonies of #896FFA
Complementary color
Monochromatic Colors of #896FFA
Black with #896FFA
Text Example
Text Example
White with #896FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FFA; }
p { color: rgb(137,111,250); }
H1.HeaderClassName
{
color: #896FFA;
}
.AnyTagClassName
{
color: #896FFA;
}
</style>
background-color css
<style>
a { background-color: #896FFA; }
a { background-color: rgb(137,111,250); }
div.DivClassName
{
background-color: #896FFA;
}
.BgClassName
{
background-color: #896FFA;
}
</style>
border-color css
<style>
span { border-color: #896FFA; }
span { border-color: rgb(137,111,250); }
td.TdClassName
{
border-color: #896FFA;
}
.TagClassName
{
border-color: #896FFA;
}
</style>