Shades of Light Slate Blue #896FFE
Tints of Light Slate Blue #896FFE
RGB
CMYK
RGB Variations
Color information
#896FFE (or 0x896FFE) is known color: Light Slate Blue. HEX triplet: 89, 6F and FE. RGB value is (137,111,254). Sum of RGB (Red+Green+Blue) = 137+111+254=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #896FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FFE is #769001. Grayscale: #868686. Windows color (decimal): -7770114 or 16674697. OLE color: 16674697.
HSL color Cylindrical-coordinate representation of color #896FFE: hue angle of 250.91º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896FFE is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 111 | 254 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.00 |
| HSL | 250.91º | 0.99% | 0.72% | - |
| HSV(B) | 250.91º | 0.56% | 1% | - |
| XYZ | 33.89 | 23.84 | 96.58 | - |
| YUV | 135.08 | 195.11 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 254 | 0.46 | 0.56 | 0 | 0.00 | 250.91 | 0.99 | 0.72 |
| Hex | 89 | 6F | FE | 2E | 38 | 0 | 0 | FB | 63 | 48 |
| Octal | 211 | 157 | 376 | 56 | 70 | 0 | 0 | 373 | 143 | 110 |
| Binary | 10001001 | 1101111 | 11111110 | 101110 | 111000 | 0 | 0 | 11111011 | 1100011 | 1001000 |
Color Harmonies of #896FFE
Complementary color
Monochromatic Colors of #896FFE
Black with #896FFE
Text Example
Text Example
White with #896FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FFE; }
p { color: rgb(137,111,254); }
H1.HeaderClassName
{
color: #896FFE;
}
.AnyTagClassName
{
color: #896FFE;
}
</style>
background-color css
<style>
a { background-color: #896FFE; }
a { background-color: rgb(137,111,254); }
div.DivClassName
{
background-color: #896FFE;
}
.BgClassName
{
background-color: #896FFE;
}
</style>
border-color css
<style>
span { border-color: #896FFE; }
span { border-color: rgb(137,111,254); }
td.TdClassName
{
border-color: #896FFE;
}
.TagClassName
{
border-color: #896FFE;
}
</style>