Shades of Light Slate Blue #935BF7
Tints of Light Slate Blue #935BF7
RGB
CMYK
RGB Variations
Color information
#935BF7 (or 0x935BF7) is known color: Light Slate Blue. HEX triplet: 93, 5B and F7. RGB value is (147,91,247). Sum of RGB (Red+Green+Blue) = 147+91+247=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 91 (35.94% from 255 or 18.76% 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 #935BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935BF7 is #6CA408. Grayscale: #7C7C7C. Windows color (decimal): -7119881 or 16210835. OLE color: 16210835.
HSL color Cylindrical-coordinate representation of color #935BF7: hue angle of 261.54º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #935BF7 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 91 | 247 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.03 |
| HSL | 261.54º | 0.91% | 0.66% | - |
| HSV(B) | 261.54º | 0.63% | 0.97% | - |
| XYZ | 32.56 | 20.4 | 90.22 | - |
| YUV | 125.53 | 196.55 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 247 | 0.40 | 0.63 | 0 | 0.03 | 261.54 | 0.91 | 0.66 |
| Hex | 93 | 5B | F7 | 28 | 3F | 0 | 3 | 106 | 5B | 42 |
| Octal | 223 | 133 | 367 | 50 | 77 | 0 | 3 | 406 | 133 | 102 |
| Binary | 10010011 | 1011011 | 11110111 | 101000 | 111111 | 0 | 11 | 100000110 | 1011011 | 1000010 |
Color Harmonies of #935BF7
Complementary color
Monochromatic Colors of #935BF7
Black with #935BF7
Text Example
Text Example
White with #935BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BF7; }
p { color: rgb(147,91,247); }
H1.HeaderClassName
{
color: #935BF7;
}
.AnyTagClassName
{
color: #935BF7;
}
</style>
background-color css
<style>
a { background-color: #935BF7; }
a { background-color: rgb(147,91,247); }
div.DivClassName
{
background-color: #935BF7;
}
.BgClassName
{
background-color: #935BF7;
}
</style>
border-color css
<style>
span { border-color: #935BF7; }
span { border-color: rgb(147,91,247); }
td.TdClassName
{
border-color: #935BF7;
}
.TagClassName
{
border-color: #935BF7;
}
</style>