Shades of Light Slate Blue #936DF5
Tints of Light Slate Blue #936DF5
RGB
CMYK
RGB Variations
Color information
#936DF5 (or 0x936DF5) is known color: Light Slate Blue. HEX triplet: 93, 6D and F5. RGB value is (147,109,245). Sum of RGB (Red+Green+Blue) = 147+109+245=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #936DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DF5 is #6C920A. Grayscale: #878787. Windows color (decimal): -7115275 or 16084371. OLE color: 16084371.
HSL color Cylindrical-coordinate representation of color #936DF5: hue angle of 256.76º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #936DF5 is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 109 | 245 | - |
| CMYK | 0.4 | 0.56 | 0 | 0.04 |
| HSL | 256.76º | 0.87% | 0.69% | - |
| HSV(B) | 256.76º | 0.56% | 0.96% | - |
| XYZ | 33.98 | 23.73 | 89.18 | - |
| YUV | 135.87 | 189.59 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 245 | 0.4 | 0.56 | 0 | 0.04 | 256.76 | 0.87 | 0.69 |
| Hex | 93 | 6D | F5 | 28 | 38 | 0 | 4 | 101 | 57 | 45 |
| Octal | 223 | 155 | 365 | 50 | 70 | 0 | 4 | 401 | 127 | 105 |
| Binary | 10010011 | 1101101 | 11110101 | 101000 | 111000 | 0 | 100 | 100000001 | 1010111 | 1000101 |
Color Harmonies of #936DF5
Complementary color
Monochromatic Colors of #936DF5
Black with #936DF5
Text Example
Text Example
White with #936DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DF5; }
p { color: rgb(147,109,245); }
H1.HeaderClassName
{
color: #936DF5;
}
.AnyTagClassName
{
color: #936DF5;
}
</style>
background-color css
<style>
a { background-color: #936DF5; }
a { background-color: rgb(147,109,245); }
div.DivClassName
{
background-color: #936DF5;
}
.BgClassName
{
background-color: #936DF5;
}
</style>
border-color css
<style>
span { border-color: #936DF5; }
span { border-color: rgb(147,109,245); }
td.TdClassName
{
border-color: #936DF5;
}
.TagClassName
{
border-color: #936DF5;
}
</style>