Shades of Light Slate Blue #936DFF
Tints of Light Slate Blue #936DFF
RGB
CMYK
RGB Variations
Color information
#936DFF (or 0x936DFF) is known color: Light Slate Blue. HEX triplet: 93, 6D and FF. RGB value is (147,109,255). Sum of RGB (Red+Green+Blue) = 147+109+255=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #936DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DFF is #6C9200. Grayscale: #888888. Windows color (decimal): -7115265 or 16739731. OLE color: 16739731.
HSL color Cylindrical-coordinate representation of color #936DFF: hue angle of 255.62º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #936DFF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 109 | 255 | - |
| CMYK | 0.42 | 0.57 | 0 | 0 |
| HSL | 255.62º | 1% | 0.71% | - |
| HSV(B) | 255.62º | 0.57% | 1% | - |
| XYZ | 35.55 | 24.36 | 97.44 | - |
| YUV | 137.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 255 | 0.42 | 0.57 | 0 | 0 | 255.62 | 1 | 0.71 |
| Hex | 93 | 6D | FF | 2A | 39 | 0 | 0 | 100 | 64 | 47 |
| Octal | 223 | 155 | 377 | 52 | 71 | 0 | 0 | 400 | 144 | 107 |
| Binary | 10010011 | 1101101 | 11111111 | 101010 | 111001 | 0 | 0 | 100000000 | 1100100 | 1000111 |
Color Harmonies of #936DFF
Complementary color
Monochromatic Colors of #936DFF
Black with #936DFF
Text Example
Text Example
White with #936DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DFF; }
p { color: rgb(147,109,255); }
H1.HeaderClassName
{
color: #936DFF;
}
.AnyTagClassName
{
color: #936DFF;
}
</style>
background-color css
<style>
a { background-color: #936DFF; }
a { background-color: rgb(147,109,255); }
div.DivClassName
{
background-color: #936DFF;
}
.BgClassName
{
background-color: #936DFF;
}
</style>
border-color css
<style>
span { border-color: #936DFF; }
span { border-color: rgb(147,109,255); }
td.TdClassName
{
border-color: #936DFF;
}
.TagClassName
{
border-color: #936DFF;
}
</style>