Shades of Light Slate Blue #936FFF
Tints of Light Slate Blue #936FFF
RGB
CMYK
RGB Variations
Color information
#936FFF (or 0x936FFF) is known color: Light Slate Blue. HEX triplet: 93, 6F and FF. RGB value is (147,111,255). Sum of RGB (Red+Green+Blue) = 147+111+255=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #936FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936FFF is #6C9000. Grayscale: #898989. Windows color (decimal): -7114753 or 16740243. OLE color: 16740243.
HSL color Cylindrical-coordinate representation of color #936FFF: hue angle of 255º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #936FFF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 111 | 255 | - |
| CMYK | 0.42 | 0.56 | 0 | 0 |
| HSL | 255º | 1% | 0.72% | - |
| HSV(B) | 255º | 0.56% | 1% | - |
| XYZ | 35.77 | 24.79 | 97.51 | - |
| YUV | 138.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 255 | 0.42 | 0.56 | 0 | 0 | 255 | 1 | 0.72 |
| Hex | 93 | 6F | FF | 2A | 38 | 0 | 0 | FF | 64 | 48 |
| Octal | 223 | 157 | 377 | 52 | 70 | 0 | 0 | 377 | 144 | 110 |
| Binary | 10010011 | 1101111 | 11111111 | 101010 | 111000 | 0 | 0 | 11111111 | 1100100 | 1001000 |
Color Harmonies of #936FFF
Complementary color
Monochromatic Colors of #936FFF
Black with #936FFF
Text Example
Text Example
White with #936FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936FFF; }
p { color: rgb(147,111,255); }
H1.HeaderClassName
{
color: #936FFF;
}
.AnyTagClassName
{
color: #936FFF;
}
</style>
background-color css
<style>
a { background-color: #936FFF; }
a { background-color: rgb(147,111,255); }
div.DivClassName
{
background-color: #936FFF;
}
.BgClassName
{
background-color: #936FFF;
}
</style>
border-color css
<style>
span { border-color: #936FFF; }
span { border-color: rgb(147,111,255); }
td.TdClassName
{
border-color: #936FFF;
}
.TagClassName
{
border-color: #936FFF;
}
</style>