Shades of Light Slate Blue #9E68FD
Tints of Light Slate Blue #9E68FD
RGB
CMYK
RGB Variations
Color information
#9E68FD (or 0x9E68FD) is known color: Light Slate Blue. HEX triplet: 9E, 68 and FD. RGB value is (158,104,253). Sum of RGB (Red+Green+Blue) = 158+104+253=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E68FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E68FD is #619702. Grayscale: #888888. Windows color (decimal): -6395651 or 16607390. OLE color: 16607390.
HSL color Cylindrical-coordinate representation of color #9E68FD: hue angle of 261.74º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E68FD is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 104 | 253 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.01 |
| HSL | 261.75º | 0.97% | 0.7% | - |
| HSV(B) | 261.75º | 0.59% | 0.99% | - |
| XYZ | 36.78 | 24.26 | 95.67 | - |
| YUV | 137.13 | 193.39 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 253 | 0.38 | 0.59 | 0 | 0.01 | 261.75 | 0.97 | 0.7 |
| Hex | 9E | 68 | FD | 26 | 3B | 0 | 1 | 106 | 61 | 46 |
| Octal | 236 | 150 | 375 | 46 | 73 | 0 | 1 | 406 | 141 | 106 |
| Binary | 10011110 | 1101000 | 11111101 | 100110 | 111011 | 0 | 1 | 100000110 | 1100001 | 1000110 |
Color Harmonies of #9E68FD
Complementary color
Monochromatic Colors of #9E68FD
Black with #9E68FD
Text Example
Text Example
White with #9E68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E68FD; }
p { color: rgb(158,104,253); }
H1.HeaderClassName
{
color: #9E68FD;
}
.AnyTagClassName
{
color: #9E68FD;
}
</style>
background-color css
<style>
a { background-color: #9E68FD; }
a { background-color: rgb(158,104,253); }
div.DivClassName
{
background-color: #9E68FD;
}
.BgClassName
{
background-color: #9E68FD;
}
</style>
border-color css
<style>
span { border-color: #9E68FD; }
span { border-color: rgb(158,104,253); }
td.TdClassName
{
border-color: #9E68FD;
}
.TagClassName
{
border-color: #9E68FD;
}
</style>