Shades of Light Slate Blue #9E89FE
Tints of Light Slate Blue #9E89FE
RGB
CMYK
RGB Variations
Color information
#9E89FE (or 0x9E89FE) is known color: Light Slate Blue. HEX triplet: 9E, 89 and FE. RGB value is (158,137,254). Sum of RGB (Red+Green+Blue) = 158+137+254=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E89FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E89FE is #617601. Grayscale: #9C9C9C. Windows color (decimal): -6387202 or 16681374. OLE color: 16681374.
HSL color Cylindrical-coordinate representation of color #9E89FE: hue angle of 250.77º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E89FE is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 137 | 254 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.00 |
| HSL | 250.77º | 0.98% | 0.77% | - |
| HSV(B) | 250.77º | 0.46% | 1% | - |
| XYZ | 40.94 | 32.32 | 97.85 | - |
| YUV | 156.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 254 | 0.38 | 0.46 | 0 | 0.00 | 250.77 | 0.98 | 0.77 |
| Hex | 9E | 89 | FE | 26 | 2E | 0 | 0 | FB | 62 | 4D |
| Octal | 236 | 211 | 376 | 46 | 56 | 0 | 0 | 373 | 142 | 115 |
| Binary | 10011110 | 10001001 | 11111110 | 100110 | 101110 | 0 | 0 | 11111011 | 1100010 | 1001101 |
Color Harmonies of #9E89FE
Complementary color
Monochromatic Colors of #9E89FE
Black with #9E89FE
Text Example
Text Example
White with #9E89FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E89FE; }
p { color: rgb(158,137,254); }
H1.HeaderClassName
{
color: #9E89FE;
}
.AnyTagClassName
{
color: #9E89FE;
}
</style>
background-color css
<style>
a { background-color: #9E89FE; }
a { background-color: rgb(158,137,254); }
div.DivClassName
{
background-color: #9E89FE;
}
.BgClassName
{
background-color: #9E89FE;
}
</style>
border-color css
<style>
span { border-color: #9E89FE; }
span { border-color: rgb(158,137,254); }
td.TdClassName
{
border-color: #9E89FE;
}
.TagClassName
{
border-color: #9E89FE;
}
</style>