Shades of Light Slate Blue #936DFD
Tints of Light Slate Blue #936DFD
RGB
CMYK
RGB Variations
Color information
#936DFD (or 0x936DFD) is known color: Light Slate Blue. HEX triplet: 93, 6D and FD. RGB value is (147,109,253). Sum of RGB (Red+Green+Blue) = 147+109+253=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #936DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DFD is #6C9202. Grayscale: #888888. Windows color (decimal): -7115267 or 16608659. OLE color: 16608659.
HSL color Cylindrical-coordinate representation of color #936DFD: hue angle of 255.83º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #936DFD is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 109 | 253 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.01 |
| HSL | 255.83º | 0.97% | 0.71% | - |
| HSV(B) | 255.83º | 0.57% | 0.99% | - |
| XYZ | 35.23 | 24.23 | 95.75 | - |
| YUV | 136.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 253 | 0.42 | 0.57 | 0 | 0.01 | 255.83 | 0.97 | 0.71 |
| Hex | 93 | 6D | FD | 2A | 39 | 0 | 1 | 100 | 61 | 47 |
| Octal | 223 | 155 | 375 | 52 | 71 | 0 | 1 | 400 | 141 | 107 |
| Binary | 10010011 | 1101101 | 11111101 | 101010 | 111001 | 0 | 1 | 100000000 | 1100001 | 1000111 |
Color Harmonies of #936DFD
Complementary color
Monochromatic Colors of #936DFD
Black with #936DFD
Text Example
Text Example
White with #936DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DFD; }
p { color: rgb(147,109,253); }
H1.HeaderClassName
{
color: #936DFD;
}
.AnyTagClassName
{
color: #936DFD;
}
</style>
background-color css
<style>
a { background-color: #936DFD; }
a { background-color: rgb(147,109,253); }
div.DivClassName
{
background-color: #936DFD;
}
.BgClassName
{
background-color: #936DFD;
}
</style>
border-color css
<style>
span { border-color: #936DFD; }
span { border-color: rgb(147,109,253); }
td.TdClassName
{
border-color: #936DFD;
}
.TagClassName
{
border-color: #936DFD;
}
</style>