Shades of Light Slate Blue #9E55FE
Tints of Light Slate Blue #9E55FE
RGB
CMYK
RGB Variations
Color information
#9E55FE (or 0x9E55FE) is known color: Light Slate Blue. HEX triplet: 9E, 55 and FE. RGB value is (158,85,254). Sum of RGB (Red+Green+Blue) = 158+85+254=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E55FE is #61AA01. Grayscale: #7D7D7D. Windows color (decimal): -6400514 or 16668062. OLE color: 16668062.
HSL color Cylindrical-coordinate representation of color #9E55FE: hue angle of 265.92º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E55FE is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 85 | 254 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.00 |
| HSL | 265.92º | 0.99% | 0.66% | - |
| HSV(B) | 265.92º | 0.67% | 1% | - |
| XYZ | 35.24 | 20.92 | 95.95 | - |
| YUV | 126.09 | 200.18 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 254 | 0.38 | 0.67 | 0 | 0.00 | 265.92 | 0.99 | 0.66 |
| Hex | 9E | 55 | FE | 26 | 43 | 0 | 0 | 10A | 63 | 42 |
| Octal | 236 | 125 | 376 | 46 | 103 | 0 | 0 | 412 | 143 | 102 |
| Binary | 10011110 | 1010101 | 11111110 | 100110 | 1000011 | 0 | 0 | 100001010 | 1100011 | 1000010 |
Color Harmonies of #9E55FE
Complementary color
Monochromatic Colors of #9E55FE
Black with #9E55FE
Text Example
Text Example
White with #9E55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E55FE; }
p { color: rgb(158,85,254); }
H1.HeaderClassName
{
color: #9E55FE;
}
.AnyTagClassName
{
color: #9E55FE;
}
</style>
background-color css
<style>
a { background-color: #9E55FE; }
a { background-color: rgb(158,85,254); }
div.DivClassName
{
background-color: #9E55FE;
}
.BgClassName
{
background-color: #9E55FE;
}
</style>
border-color css
<style>
span { border-color: #9E55FE; }
span { border-color: rgb(158,85,254); }
td.TdClassName
{
border-color: #9E55FE;
}
.TagClassName
{
border-color: #9E55FE;
}
</style>