Shades of Light Slate Blue #937DF7
Tints of Light Slate Blue #937DF7
RGB
CMYK
RGB Variations
Color information
#937DF7 (or 0x937DF7) is known color: Light Slate Blue. HEX triplet: 93, 7D and F7. RGB value is (147,125,247). Sum of RGB (Red+Green+Blue) = 147+125+247=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #937DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DF7 is #6C8208. Grayscale: #919191. Windows color (decimal): -7111177 or 16219539. OLE color: 16219539.
HSL color Cylindrical-coordinate representation of color #937DF7: hue angle of 250.82º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #937DF7 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 125 | 247 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.03 |
| HSL | 250.82º | 0.88% | 0.73% | - |
| HSV(B) | 250.82º | 0.49% | 0.97% | - |
| XYZ | 36.15 | 27.59 | 91.41 | - |
| YUV | 145.49 | 185.29 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 247 | 0.40 | 0.49 | 0 | 0.03 | 250.82 | 0.88 | 0.73 |
| Hex | 93 | 7D | F7 | 28 | 31 | 0 | 3 | FB | 58 | 49 |
| Octal | 223 | 175 | 367 | 50 | 61 | 0 | 3 | 373 | 130 | 111 |
| Binary | 10010011 | 1111101 | 11110111 | 101000 | 110001 | 0 | 11 | 11111011 | 1011000 | 1001001 |
Color Harmonies of #937DF7
Complementary color
Monochromatic Colors of #937DF7
Black with #937DF7
Text Example
Text Example
White with #937DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DF7; }
p { color: rgb(147,125,247); }
H1.HeaderClassName
{
color: #937DF7;
}
.AnyTagClassName
{
color: #937DF7;
}
</style>
background-color css
<style>
a { background-color: #937DF7; }
a { background-color: rgb(147,125,247); }
div.DivClassName
{
background-color: #937DF7;
}
.BgClassName
{
background-color: #937DF7;
}
</style>
border-color css
<style>
span { border-color: #937DF7; }
span { border-color: rgb(147,125,247); }
td.TdClassName
{
border-color: #937DF7;
}
.TagClassName
{
border-color: #937DF7;
}
</style>