Shades of Light Slate Blue #936DFE
Tints of Light Slate Blue #936DFE
RGB
CMYK
RGB Variations
Color information
#936DFE (or 0x936DFE) is known color: Light Slate Blue. HEX triplet: 93, 6D and FE. RGB value is (147,109,254). Sum of RGB (Red+Green+Blue) = 147+109+254=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #936DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DFE is #6C9201. Grayscale: #888888. Windows color (decimal): -7115266 or 16674195. OLE color: 16674195.
HSL color Cylindrical-coordinate representation of color #936DFE: hue angle of 255.72º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #936DFE is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 109 | 254 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.00 |
| HSL | 255.72º | 0.99% | 0.71% | - |
| HSV(B) | 255.72º | 0.57% | 1% | - |
| XYZ | 35.39 | 24.3 | 96.59 | - |
| YUV | 136.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 254 | 0.42 | 0.57 | 0 | 0.00 | 255.72 | 0.99 | 0.71 |
| Hex | 93 | 6D | FE | 2A | 39 | 0 | 0 | 100 | 63 | 47 |
| Octal | 223 | 155 | 376 | 52 | 71 | 0 | 0 | 400 | 143 | 107 |
| Binary | 10010011 | 1101101 | 11111110 | 101010 | 111001 | 0 | 0 | 100000000 | 1100011 | 1000111 |
Color Harmonies of #936DFE
Complementary color
Monochromatic Colors of #936DFE
Black with #936DFE
Text Example
Text Example
White with #936DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DFE; }
p { color: rgb(147,109,254); }
H1.HeaderClassName
{
color: #936DFE;
}
.AnyTagClassName
{
color: #936DFE;
}
</style>
background-color css
<style>
a { background-color: #936DFE; }
a { background-color: rgb(147,109,254); }
div.DivClassName
{
background-color: #936DFE;
}
.BgClassName
{
background-color: #936DFE;
}
</style>
border-color css
<style>
span { border-color: #936DFE; }
span { border-color: rgb(147,109,254); }
td.TdClassName
{
border-color: #936DFE;
}
.TagClassName
{
border-color: #936DFE;
}
</style>