Shades of Light Slate Blue #935DF7
Tints of Light Slate Blue #935DF7
RGB
CMYK
RGB Variations
Color information
#935DF7 (or 0x935DF7) is known color: Light Slate Blue. HEX triplet: 93, 5D and F7. RGB value is (147,93,247). Sum of RGB (Red+Green+Blue) = 147+93+247=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #935DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935DF7 is #6CA208. Grayscale: #7E7E7E. Windows color (decimal): -7119369 or 16211347. OLE color: 16211347.
HSL color Cylindrical-coordinate representation of color #935DF7: hue angle of 261.04º 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 #935DF7 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 93 | 247 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.03 |
| HSL | 261.04º | 0.91% | 0.67% | - |
| HSV(B) | 261.04º | 0.62% | 0.97% | - |
| XYZ | 32.74 | 20.75 | 90.27 | - |
| YUV | 126.7 | 195.89 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 247 | 0.40 | 0.62 | 0 | 0.03 | 261.04 | 0.91 | 0.67 |
| Hex | 93 | 5D | F7 | 28 | 3E | 0 | 3 | 105 | 5B | 43 |
| Octal | 223 | 135 | 367 | 50 | 76 | 0 | 3 | 405 | 133 | 103 |
| Binary | 10010011 | 1011101 | 11110111 | 101000 | 111110 | 0 | 11 | 100000101 | 1011011 | 1000011 |
Color Harmonies of #935DF7
Complementary color
Monochromatic Colors of #935DF7
Black with #935DF7
Text Example
Text Example
White with #935DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DF7; }
p { color: rgb(147,93,247); }
H1.HeaderClassName
{
color: #935DF7;
}
.AnyTagClassName
{
color: #935DF7;
}
</style>
background-color css
<style>
a { background-color: #935DF7; }
a { background-color: rgb(147,93,247); }
div.DivClassName
{
background-color: #935DF7;
}
.BgClassName
{
background-color: #935DF7;
}
</style>
border-color css
<style>
span { border-color: #935DF7; }
span { border-color: rgb(147,93,247); }
td.TdClassName
{
border-color: #935DF7;
}
.TagClassName
{
border-color: #935DF7;
}
</style>