Shades of Light Slate Blue #9E71FE
Tints of Light Slate Blue #9E71FE
RGB
CMYK
RGB Variations
Color information
#9E71FE (or 0x9E71FE) is known color: Light Slate Blue. HEX triplet: 9E, 71 and FE. RGB value is (158,113,254). Sum of RGB (Red+Green+Blue) = 158+113+254=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E71FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E71FE is #618E01. Grayscale: #8E8E8E. Windows color (decimal): -6393346 or 16675230. OLE color: 16675230.
HSL color Cylindrical-coordinate representation of color #9E71FE: hue angle of 259.15º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E71FE is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 113 | 254 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.00 |
| HSL | 259.15º | 0.99% | 0.72% | - |
| HSV(B) | 259.15º | 0.56% | 1% | - |
| XYZ | 37.9 | 26.24 | 96.83 | - |
| YUV | 142.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 254 | 0.38 | 0.56 | 0 | 0.00 | 259.15 | 0.99 | 0.72 |
| Hex | 9E | 71 | FE | 26 | 38 | 0 | 0 | 103 | 63 | 48 |
| Octal | 236 | 161 | 376 | 46 | 70 | 0 | 0 | 403 | 143 | 110 |
| Binary | 10011110 | 1110001 | 11111110 | 100110 | 111000 | 0 | 0 | 100000011 | 1100011 | 1001000 |
Color Harmonies of #9E71FE
Complementary color
Monochromatic Colors of #9E71FE
Black with #9E71FE
Text Example
Text Example
White with #9E71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E71FE; }
p { color: rgb(158,113,254); }
H1.HeaderClassName
{
color: #9E71FE;
}
.AnyTagClassName
{
color: #9E71FE;
}
</style>
background-color css
<style>
a { background-color: #9E71FE; }
a { background-color: rgb(158,113,254); }
div.DivClassName
{
background-color: #9E71FE;
}
.BgClassName
{
background-color: #9E71FE;
}
</style>
border-color css
<style>
span { border-color: #9E71FE; }
span { border-color: rgb(158,113,254); }
td.TdClassName
{
border-color: #9E71FE;
}
.TagClassName
{
border-color: #9E71FE;
}
</style>