Shades of Light Slate Blue #9E65FE
Tints of Light Slate Blue #9E65FE
RGB
CMYK
RGB Variations
Color information
#9E65FE (or 0x9E65FE) is known color: Light Slate Blue. HEX triplet: 9E, 65 and FE. RGB value is (158,101,254). Sum of RGB (Red+Green+Blue) = 158+101+254=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E65FE is #619A01. Grayscale: #868686. Windows color (decimal): -6396418 or 16672158. OLE color: 16672158.
HSL color Cylindrical-coordinate representation of color #9E65FE: hue angle of 262.35º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E65FE is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 101 | 254 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.00 |
| HSL | 262.35º | 0.99% | 0.7% | - |
| HSV(B) | 262.35º | 0.6% | 1% | - |
| XYZ | 36.64 | 23.73 | 96.42 | - |
| YUV | 135.49 | 194.88 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 254 | 0.38 | 0.60 | 0 | 0.00 | 262.35 | 0.99 | 0.7 |
| Hex | 9E | 65 | FE | 26 | 3C | 0 | 0 | 106 | 63 | 46 |
| Octal | 236 | 145 | 376 | 46 | 74 | 0 | 0 | 406 | 143 | 106 |
| Binary | 10011110 | 1100101 | 11111110 | 100110 | 111100 | 0 | 0 | 100000110 | 1100011 | 1000110 |
Color Harmonies of #9E65FE
Complementary color
Monochromatic Colors of #9E65FE
Black with #9E65FE
Text Example
Text Example
White with #9E65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65FE; }
p { color: rgb(158,101,254); }
H1.HeaderClassName
{
color: #9E65FE;
}
.AnyTagClassName
{
color: #9E65FE;
}
</style>
background-color css
<style>
a { background-color: #9E65FE; }
a { background-color: rgb(158,101,254); }
div.DivClassName
{
background-color: #9E65FE;
}
.BgClassName
{
background-color: #9E65FE;
}
</style>
border-color css
<style>
span { border-color: #9E65FE; }
span { border-color: rgb(158,101,254); }
td.TdClassName
{
border-color: #9E65FE;
}
.TagClassName
{
border-color: #9E65FE;
}
</style>