Shades of Light Slate Blue #936EFF
Tints of Light Slate Blue #936EFF
RGB
CMYK
RGB Variations
Color information
#936EFF (or 0x936EFF) is known color: Light Slate Blue. HEX triplet: 93, 6E and FF. RGB value is (147,110,255). Sum of RGB (Red+Green+Blue) = 147+110+255=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #936EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936EFF is #6C9100. Grayscale: #898989. Windows color (decimal): -7115009 or 16739987. OLE color: 16739987.
HSL color Cylindrical-coordinate representation of color #936EFF: hue angle of 255.31º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #936EFF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 110 | 255 | - |
| CMYK | 0.42 | 0.57 | 0 | 0 |
| HSL | 255.31º | 1% | 0.72% | - |
| HSV(B) | 255.31º | 0.57% | 1% | - |
| XYZ | 35.66 | 24.57 | 97.47 | - |
| YUV | 137.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 255 | 0.42 | 0.57 | 0 | 0 | 255.31 | 1 | 0.72 |
| Hex | 93 | 6E | FF | 2A | 39 | 0 | 0 | FF | 64 | 48 |
| Octal | 223 | 156 | 377 | 52 | 71 | 0 | 0 | 377 | 144 | 110 |
| Binary | 10010011 | 1101110 | 11111111 | 101010 | 111001 | 0 | 0 | 11111111 | 1100100 | 1001000 |
Color Harmonies of #936EFF
Complementary color
Monochromatic Colors of #936EFF
Black with #936EFF
Text Example
Text Example
White with #936EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EFF; }
p { color: rgb(147,110,255); }
H1.HeaderClassName
{
color: #936EFF;
}
.AnyTagClassName
{
color: #936EFF;
}
</style>
background-color css
<style>
a { background-color: #936EFF; }
a { background-color: rgb(147,110,255); }
div.DivClassName
{
background-color: #936EFF;
}
.BgClassName
{
background-color: #936EFF;
}
</style>
border-color css
<style>
span { border-color: #936EFF; }
span { border-color: rgb(147,110,255); }
td.TdClassName
{
border-color: #936EFF;
}
.TagClassName
{
border-color: #936EFF;
}
</style>