Shades of Light Slate Blue #937CF6
Tints of Light Slate Blue #937CF6
RGB
CMYK
RGB Variations
Color information
#937CF6 (or 0x937CF6) is known color: Light Slate Blue. HEX triplet: 93, 7C and F6. RGB value is (147,124,246). Sum of RGB (Red+Green+Blue) = 147+124+246=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #937CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937CF6 is #6C8309. Grayscale: #909090. Windows color (decimal): -7111434 or 16153747. OLE color: 16153747.
HSL color Cylindrical-coordinate representation of color #937CF6: hue angle of 251.31º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937CF6 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 124 | 246 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.04 |
| HSL | 251.31º | 0.87% | 0.73% | - |
| HSV(B) | 251.31º | 0.5% | 0.96% | - |
| XYZ | 35.87 | 27.27 | 90.56 | - |
| YUV | 144.79 | 185.12 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 246 | 0.40 | 0.50 | 0 | 0.04 | 251.31 | 0.87 | 0.73 |
| Hex | 93 | 7C | F6 | 28 | 32 | 0 | 4 | FB | 57 | 49 |
| Octal | 223 | 174 | 366 | 50 | 62 | 0 | 4 | 373 | 127 | 111 |
| Binary | 10010011 | 1111100 | 11110110 | 101000 | 110010 | 0 | 100 | 11111011 | 1010111 | 1001001 |
Color Harmonies of #937CF6
Complementary color
Monochromatic Colors of #937CF6
Black with #937CF6
Text Example
Text Example
White with #937CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CF6; }
p { color: rgb(147,124,246); }
H1.HeaderClassName
{
color: #937CF6;
}
.AnyTagClassName
{
color: #937CF6;
}
</style>
background-color css
<style>
a { background-color: #937CF6; }
a { background-color: rgb(147,124,246); }
div.DivClassName
{
background-color: #937CF6;
}
.BgClassName
{
background-color: #937CF6;
}
</style>
border-color css
<style>
span { border-color: #937CF6; }
span { border-color: rgb(147,124,246); }
td.TdClassName
{
border-color: #937CF6;
}
.TagClassName
{
border-color: #937CF6;
}
</style>