Shades of Light Slate Blue #937EFF
Tints of Light Slate Blue #937EFF
RGB
CMYK
RGB Variations
Color information
#937EFF (or 0x937EFF) is known color: Light Slate Blue. HEX triplet: 93, 7E and FF. RGB value is (147,126,255). Sum of RGB (Red+Green+Blue) = 147+126+255=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #937EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937EFF is #6C8100. Grayscale: #929292. Windows color (decimal): -7110913 or 16744083. OLE color: 16744083.
HSL color Cylindrical-coordinate representation of color #937EFF: hue angle of 249.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #937EFF is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 126 | 255 | - |
| CMYK | 0.42 | 0.51 | 0 | 0 |
| HSL | 249.77º | 1% | 0.75% | - |
| HSV(B) | 249.77º | 0.51% | 1% | - |
| XYZ | 37.54 | 28.34 | 98.1 | - |
| YUV | 146.99 | 188.96 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 255 | 0.42 | 0.51 | 0 | 0 | 249.77 | 1 | 0.75 |
| Hex | 93 | 7E | FF | 2A | 33 | 0 | 0 | FA | 64 | 4B |
| Octal | 223 | 176 | 377 | 52 | 63 | 0 | 0 | 372 | 144 | 113 |
| Binary | 10010011 | 1111110 | 11111111 | 101010 | 110011 | 0 | 0 | 11111010 | 1100100 | 1001011 |
Color Harmonies of #937EFF
Complementary color
Monochromatic Colors of #937EFF
Black with #937EFF
Text Example
Text Example
White with #937EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EFF; }
p { color: rgb(147,126,255); }
H1.HeaderClassName
{
color: #937EFF;
}
.AnyTagClassName
{
color: #937EFF;
}
</style>
background-color css
<style>
a { background-color: #937EFF; }
a { background-color: rgb(147,126,255); }
div.DivClassName
{
background-color: #937EFF;
}
.BgClassName
{
background-color: #937EFF;
}
</style>
border-color css
<style>
span { border-color: #937EFF; }
span { border-color: rgb(147,126,255); }
td.TdClassName
{
border-color: #937EFF;
}
.TagClassName
{
border-color: #937EFF;
}
</style>