Shades of Light Slate Blue #937DF1
Tints of Light Slate Blue #937DF1
RGB
CMYK
RGB Variations
Color information
#937DF1 (or 0x937DF1) is known color: Light Slate Blue. HEX triplet: 93, 7D and F1. RGB value is (147,125,241). Sum of RGB (Red+Green+Blue) = 147+125+241=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #937DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DF1 is #6C820E. Grayscale: #909090. Windows color (decimal): -7111183 or 15826323. OLE color: 15826323.
HSL color Cylindrical-coordinate representation of color #937DF1: hue angle of 251.38º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #937DF1 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 125 | 241 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.05 |
| HSL | 251.38º | 0.81% | 0.72% | - |
| HSV(B) | 251.38º | 0.48% | 0.95% | - |
| XYZ | 35.24 | 27.22 | 86.62 | - |
| YUV | 144.8 | 182.29 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 241 | 0.39 | 0.48 | 0 | 0.05 | 251.38 | 0.81 | 0.72 |
| Hex | 93 | 7D | F1 | 27 | 30 | 0 | 5 | FB | 51 | 48 |
| Octal | 223 | 175 | 361 | 47 | 60 | 0 | 5 | 373 | 121 | 110 |
| Binary | 10010011 | 1111101 | 11110001 | 100111 | 110000 | 0 | 101 | 11111011 | 1010001 | 1001000 |
Color Harmonies of #937DF1
Complementary color
Monochromatic Colors of #937DF1
Black with #937DF1
Text Example
Text Example
White with #937DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DF1; }
p { color: rgb(147,125,241); }
H1.HeaderClassName
{
color: #937DF1;
}
.AnyTagClassName
{
color: #937DF1;
}
</style>
background-color css
<style>
a { background-color: #937DF1; }
a { background-color: rgb(147,125,241); }
div.DivClassName
{
background-color: #937DF1;
}
.BgClassName
{
background-color: #937DF1;
}
</style>
border-color css
<style>
span { border-color: #937DF1; }
span { border-color: rgb(147,125,241); }
td.TdClassName
{
border-color: #937DF1;
}
.TagClassName
{
border-color: #937DF1;
}
</style>