Shades of Light Slate Blue #9E6DFE
Tints of Light Slate Blue #9E6DFE
RGB
CMYK
RGB Variations
Color information
#9E6DFE (or 0x9E6DFE) is known color: Light Slate Blue. HEX triplet: 9E, 6D and FE. RGB value is (158,109,254). Sum of RGB (Red+Green+Blue) = 158+109+254=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E6DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6DFE is #619201. Grayscale: #8B8B8B. Windows color (decimal): -6394370 or 16674206. OLE color: 16674206.
HSL color Cylindrical-coordinate representation of color #9E6DFE: hue angle of 260.28º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E6DFE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 109 | 254 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.00 |
| HSL | 260.28º | 0.99% | 0.71% | - |
| HSV(B) | 260.28º | 0.57% | 1% | - |
| XYZ | 37.46 | 25.36 | 96.69 | - |
| YUV | 140.18 | 192.23 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 254 | 0.38 | 0.57 | 0 | 0.00 | 260.28 | 0.99 | 0.71 |
| Hex | 9E | 6D | FE | 26 | 39 | 0 | 0 | 104 | 63 | 47 |
| Octal | 236 | 155 | 376 | 46 | 71 | 0 | 0 | 404 | 143 | 107 |
| Binary | 10011110 | 1101101 | 11111110 | 100110 | 111001 | 0 | 0 | 100000100 | 1100011 | 1000111 |
Color Harmonies of #9E6DFE
Complementary color
Monochromatic Colors of #9E6DFE
Black with #9E6DFE
Text Example
Text Example
White with #9E6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6DFE; }
p { color: rgb(158,109,254); }
H1.HeaderClassName
{
color: #9E6DFE;
}
.AnyTagClassName
{
color: #9E6DFE;
}
</style>
background-color css
<style>
a { background-color: #9E6DFE; }
a { background-color: rgb(158,109,254); }
div.DivClassName
{
background-color: #9E6DFE;
}
.BgClassName
{
background-color: #9E6DFE;
}
</style>
border-color css
<style>
span { border-color: #9E6DFE; }
span { border-color: rgb(158,109,254); }
td.TdClassName
{
border-color: #9E6DFE;
}
.TagClassName
{
border-color: #9E6DFE;
}
</style>