Shades of Light Slate Blue #915EFF
Tints of Light Slate Blue #915EFF
RGB
CMYK
RGB Variations
Color information
#915EFF (or 0x915EFF) is known color: Light Slate Blue. HEX triplet: 91, 5E and FF. RGB value is (145,94,255). Sum of RGB (Red+Green+Blue) = 145+94+255=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #915EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915EFF is #6EA100. Grayscale: #7F7F7F. Windows color (decimal): -7250177 or 16735889. OLE color: 16735889.
HSL color Cylindrical-coordinate representation of color #915EFF: hue angle of 259.01º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #915EFF is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 94 | 255 | - |
| CMYK | 0.43 | 0.63 | 0 | 0 |
| HSL | 259.01º | 1% | 0.68% | - |
| HSV(B) | 259.01º | 0.63% | 1% | - |
| XYZ | 33.73 | 21.25 | 96.93 | - |
| YUV | 127.6 | 199.9 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 255 | 0.43 | 0.63 | 0 | 0 | 259.01 | 1 | 0.68 |
| Hex | 91 | 5E | FF | 2B | 3F | 0 | 0 | 103 | 64 | 44 |
| Octal | 221 | 136 | 377 | 53 | 77 | 0 | 0 | 403 | 144 | 104 |
| Binary | 10010001 | 1011110 | 11111111 | 101011 | 111111 | 0 | 0 | 100000011 | 1100100 | 1000100 |
Color Harmonies of #915EFF
Complementary color
Monochromatic Colors of #915EFF
Black with #915EFF
Text Example
Text Example
White with #915EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915EFF; }
p { color: rgb(145,94,255); }
H1.HeaderClassName
{
color: #915EFF;
}
.AnyTagClassName
{
color: #915EFF;
}
</style>
background-color css
<style>
a { background-color: #915EFF; }
a { background-color: rgb(145,94,255); }
div.DivClassName
{
background-color: #915EFF;
}
.BgClassName
{
background-color: #915EFF;
}
</style>
border-color css
<style>
span { border-color: #915EFF; }
span { border-color: rgb(145,94,255); }
td.TdClassName
{
border-color: #915EFF;
}
.TagClassName
{
border-color: #915EFF;
}
</style>