Shades of Light Slate Blue #896FFB
Tints of Light Slate Blue #896FFB
RGB
CMYK
RGB Variations
Color information
#896FFB (or 0x896FFB) is known color: Light Slate Blue. HEX triplet: 89, 6F and FB. RGB value is (137,111,251). Sum of RGB (Red+Green+Blue) = 137+111+251=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #896FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FFB is #769004. Grayscale: #868686. Windows color (decimal): -7770117 or 16478089. OLE color: 16478089.
HSL color Cylindrical-coordinate representation of color #896FFB: hue angle of 251.14º degrees, saturation: 0.95, 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 #896FFB is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 111 | 251 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.02 |
| HSL | 251.14º | 0.95% | 0.71% | - |
| HSV(B) | 251.14º | 0.56% | 0.98% | - |
| XYZ | 33.41 | 23.65 | 94.07 | - |
| YUV | 134.73 | 193.61 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 251 | 0.45 | 0.56 | 0 | 0.02 | 251.14 | 0.95 | 0.71 |
| Hex | 89 | 6F | FB | 2D | 38 | 0 | 2 | FB | 5F | 47 |
| Octal | 211 | 157 | 373 | 55 | 70 | 0 | 2 | 373 | 137 | 107 |
| Binary | 10001001 | 1101111 | 11111011 | 101101 | 111000 | 0 | 10 | 11111011 | 1011111 | 1000111 |
Color Harmonies of #896FFB
Complementary color
Monochromatic Colors of #896FFB
Black with #896FFB
Text Example
Text Example
White with #896FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FFB; }
p { color: rgb(137,111,251); }
H1.HeaderClassName
{
color: #896FFB;
}
.AnyTagClassName
{
color: #896FFB;
}
</style>
background-color css
<style>
a { background-color: #896FFB; }
a { background-color: rgb(137,111,251); }
div.DivClassName
{
background-color: #896FFB;
}
.BgClassName
{
background-color: #896FFB;
}
</style>
border-color css
<style>
span { border-color: #896FFB; }
span { border-color: rgb(137,111,251); }
td.TdClassName
{
border-color: #896FFB;
}
.TagClassName
{
border-color: #896FFB;
}
</style>