Shades of Light Slate Blue #935EFB
Tints of Light Slate Blue #935EFB
RGB
CMYK
RGB Variations
Color information
#935EFB (or 0x935EFB) is known color: Light Slate Blue. HEX triplet: 93, 5E and FB. RGB value is (147,94,251). Sum of RGB (Red+Green+Blue) = 147+94+251=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #935EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935EFB is #6CA104. Grayscale: #7F7F7F. Windows color (decimal): -7119109 or 16473747. OLE color: 16473747.
HSL color Cylindrical-coordinate representation of color #935EFB: hue angle of 260.25º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #935EFB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 94 | 251 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.02 |
| HSL | 260.25º | 0.95% | 0.68% | - |
| HSV(B) | 260.25º | 0.63% | 0.98% | - |
| XYZ | 33.45 | 21.17 | 93.59 | - |
| YUV | 127.75 | 197.56 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 251 | 0.41 | 0.63 | 0 | 0.02 | 260.25 | 0.95 | 0.68 |
| Hex | 93 | 5E | FB | 29 | 3F | 0 | 2 | 104 | 5F | 44 |
| Octal | 223 | 136 | 373 | 51 | 77 | 0 | 2 | 404 | 137 | 104 |
| Binary | 10010011 | 1011110 | 11111011 | 101001 | 111111 | 0 | 10 | 100000100 | 1011111 | 1000100 |
Color Harmonies of #935EFB
Complementary color
Monochromatic Colors of #935EFB
Black with #935EFB
Text Example
Text Example
White with #935EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EFB; }
p { color: rgb(147,94,251); }
H1.HeaderClassName
{
color: #935EFB;
}
.AnyTagClassName
{
color: #935EFB;
}
</style>
background-color css
<style>
a { background-color: #935EFB; }
a { background-color: rgb(147,94,251); }
div.DivClassName
{
background-color: #935EFB;
}
.BgClassName
{
background-color: #935EFB;
}
</style>
border-color css
<style>
span { border-color: #935EFB; }
span { border-color: rgb(147,94,251); }
td.TdClassName
{
border-color: #935EFB;
}
.TagClassName
{
border-color: #935EFB;
}
</style>