Shades of Light Slate Blue #9E65FC
Tints of Light Slate Blue #9E65FC
RGB
CMYK
RGB Variations
Color information
#9E65FC (or 0x9E65FC) is known color: Light Slate Blue. HEX triplet: 9E, 65 and FC. RGB value is (158,101,252). Sum of RGB (Red+Green+Blue) = 158+101+252=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E65FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E65FC is #619A03. Grayscale: #868686. Windows color (decimal): -6396420 or 16541086. OLE color: 16541086.
HSL color Cylindrical-coordinate representation of color #9E65FC: hue angle of 262.65º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E65FC is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 101 | 252 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.01 |
| HSL | 262.65º | 0.96% | 0.69% | - |
| HSV(B) | 262.65º | 0.6% | 0.99% | - |
| XYZ | 36.32 | 23.6 | 94.74 | - |
| YUV | 135.26 | 193.88 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 252 | 0.37 | 0.60 | 0 | 0.01 | 262.65 | 0.96 | 0.69 |
| Hex | 9E | 65 | FC | 25 | 3C | 0 | 1 | 107 | 60 | 45 |
| Octal | 236 | 145 | 374 | 45 | 74 | 0 | 1 | 407 | 140 | 105 |
| Binary | 10011110 | 1100101 | 11111100 | 100101 | 111100 | 0 | 1 | 100000111 | 1100000 | 1000101 |
Color Harmonies of #9E65FC
Complementary color
Monochromatic Colors of #9E65FC
Black with #9E65FC
Text Example
Text Example
White with #9E65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65FC; }
p { color: rgb(158,101,252); }
H1.HeaderClassName
{
color: #9E65FC;
}
.AnyTagClassName
{
color: #9E65FC;
}
</style>
background-color css
<style>
a { background-color: #9E65FC; }
a { background-color: rgb(158,101,252); }
div.DivClassName
{
background-color: #9E65FC;
}
.BgClassName
{
background-color: #9E65FC;
}
</style>
border-color css
<style>
span { border-color: #9E65FC; }
span { border-color: rgb(158,101,252); }
td.TdClassName
{
border-color: #9E65FC;
}
.TagClassName
{
border-color: #9E65FC;
}
</style>