Shades of Light Slate Blue #936EF3
Tints of Light Slate Blue #936EF3
RGB
CMYK
RGB Variations
Color information
#936EF3 (or 0x936EF3) is known color: Light Slate Blue. HEX triplet: 93, 6E and F3. RGB value is (147,110,243). Sum of RGB (Red+Green+Blue) = 147+110+243=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #936EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936EF3 is #6C910C. Grayscale: #878787. Windows color (decimal): -7115021 or 15953555. OLE color: 15953555.
HSL color Cylindrical-coordinate representation of color #936EF3: hue angle of 256.69º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #936EF3 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 110 | 243 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.05 |
| HSL | 256.69º | 0.85% | 0.69% | - |
| HSV(B) | 256.69º | 0.55% | 0.95% | - |
| XYZ | 33.79 | 23.83 | 87.61 | - |
| YUV | 136.23 | 188.26 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 243 | 0.40 | 0.55 | 0 | 0.05 | 256.69 | 0.85 | 0.69 |
| Hex | 93 | 6E | F3 | 28 | 37 | 0 | 5 | 101 | 55 | 45 |
| Octal | 223 | 156 | 363 | 50 | 67 | 0 | 5 | 401 | 125 | 105 |
| Binary | 10010011 | 1101110 | 11110011 | 101000 | 110111 | 0 | 101 | 100000001 | 1010101 | 1000101 |
Color Harmonies of #936EF3
Complementary color
Monochromatic Colors of #936EF3
Black with #936EF3
Text Example
Text Example
White with #936EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EF3; }
p { color: rgb(147,110,243); }
H1.HeaderClassName
{
color: #936EF3;
}
.AnyTagClassName
{
color: #936EF3;
}
</style>
background-color css
<style>
a { background-color: #936EF3; }
a { background-color: rgb(147,110,243); }
div.DivClassName
{
background-color: #936EF3;
}
.BgClassName
{
background-color: #936EF3;
}
</style>
border-color css
<style>
span { border-color: #936EF3; }
span { border-color: rgb(147,110,243); }
td.TdClassName
{
border-color: #936EF3;
}
.TagClassName
{
border-color: #936EF3;
}
</style>