Shades of Light Slate Blue #915DF7
Tints of Light Slate Blue #915DF7
RGB
CMYK
RGB Variations
Color information
#915DF7 (or 0x915DF7) is known color: Light Slate Blue. HEX triplet: 91, 5D and F7. RGB value is (145,93,247). Sum of RGB (Red+Green+Blue) = 145+93+247=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #915DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915DF7 is #6EA208. Grayscale: #7D7D7D. Windows color (decimal): -7250441 or 16211345. OLE color: 16211345.
HSL color Cylindrical-coordinate representation of color #915DF7: hue angle of 260.26º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #915DF7 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 93 | 247 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.03 |
| HSL | 260.26º | 0.91% | 0.67% | - |
| HSV(B) | 260.26º | 0.62% | 0.97% | - |
| XYZ | 32.38 | 20.56 | 90.26 | - |
| YUV | 126.1 | 196.23 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 247 | 0.41 | 0.62 | 0 | 0.03 | 260.26 | 0.91 | 0.67 |
| Hex | 91 | 5D | F7 | 29 | 3E | 0 | 3 | 104 | 5B | 43 |
| Octal | 221 | 135 | 367 | 51 | 76 | 0 | 3 | 404 | 133 | 103 |
| Binary | 10010001 | 1011101 | 11110111 | 101001 | 111110 | 0 | 11 | 100000100 | 1011011 | 1000011 |
Color Harmonies of #915DF7
Complementary color
Monochromatic Colors of #915DF7
Black with #915DF7
Text Example
Text Example
White with #915DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DF7; }
p { color: rgb(145,93,247); }
H1.HeaderClassName
{
color: #915DF7;
}
.AnyTagClassName
{
color: #915DF7;
}
</style>
background-color css
<style>
a { background-color: #915DF7; }
a { background-color: rgb(145,93,247); }
div.DivClassName
{
background-color: #915DF7;
}
.BgClassName
{
background-color: #915DF7;
}
</style>
border-color css
<style>
span { border-color: #915DF7; }
span { border-color: rgb(145,93,247); }
td.TdClassName
{
border-color: #915DF7;
}
.TagClassName
{
border-color: #915DF7;
}
</style>