Shades of Light Slate Blue #9E63FC
Tints of Light Slate Blue #9E63FC
RGB
CMYK
RGB Variations
Color information
#9E63FC (or 0x9E63FC) is known color: Light Slate Blue. HEX triplet: 9E, 63 and FC. RGB value is (158,99,252). Sum of RGB (Red+Green+Blue) = 158+99+252=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E63FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E63FC is #619C03. Grayscale: #858585. Windows color (decimal): -6396932 or 16540574. OLE color: 16540574.
HSL color Cylindrical-coordinate representation of color #9E63FC: hue angle of 263.14º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E63FC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 99 | 252 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.01 |
| HSL | 263.14º | 0.96% | 0.69% | - |
| HSV(B) | 263.14º | 0.61% | 0.99% | - |
| XYZ | 36.13 | 23.22 | 94.67 | - |
| YUV | 134.08 | 194.55 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 252 | 0.37 | 0.61 | 0 | 0.01 | 263.14 | 0.96 | 0.69 |
| Hex | 9E | 63 | FC | 25 | 3D | 0 | 1 | 107 | 60 | 45 |
| Octal | 236 | 143 | 374 | 45 | 75 | 0 | 1 | 407 | 140 | 105 |
| Binary | 10011110 | 1100011 | 11111100 | 100101 | 111101 | 0 | 1 | 100000111 | 1100000 | 1000101 |
Color Harmonies of #9E63FC
Complementary color
Monochromatic Colors of #9E63FC
Black with #9E63FC
Text Example
Text Example
White with #9E63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E63FC; }
p { color: rgb(158,99,252); }
H1.HeaderClassName
{
color: #9E63FC;
}
.AnyTagClassName
{
color: #9E63FC;
}
</style>
background-color css
<style>
a { background-color: #9E63FC; }
a { background-color: rgb(158,99,252); }
div.DivClassName
{
background-color: #9E63FC;
}
.BgClassName
{
background-color: #9E63FC;
}
</style>
border-color css
<style>
span { border-color: #9E63FC; }
span { border-color: rgb(158,99,252); }
td.TdClassName
{
border-color: #9E63FC;
}
.TagClassName
{
border-color: #9E63FC;
}
</style>