Shades of Light Slate Blue #937DF5
Tints of Light Slate Blue #937DF5
RGB
CMYK
RGB Variations
Color information
#937DF5 (or 0x937DF5) is known color: Light Slate Blue. HEX triplet: 93, 7D and F5. RGB value is (147,125,245). Sum of RGB (Red+Green+Blue) = 147+125+245=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #937DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DF5 is #6C820A. Grayscale: #909090. Windows color (decimal): -7111179 or 16088467. OLE color: 16088467.
HSL color Cylindrical-coordinate representation of color #937DF5: hue angle of 251º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #937DF5 is Cyan = 0.4, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 125 | 245 | - |
| CMYK | 0.4 | 0.49 | 0 | 0.04 |
| HSL | 251º | 0.86% | 0.73% | - |
| HSV(B) | 251º | 0.49% | 0.96% | - |
| XYZ | 35.85 | 27.46 | 89.8 | - |
| YUV | 145.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 245 | 0.4 | 0.49 | 0 | 0.04 | 251 | 0.86 | 0.73 |
| Hex | 93 | 7D | F5 | 28 | 31 | 0 | 4 | FB | 56 | 49 |
| Octal | 223 | 175 | 365 | 50 | 61 | 0 | 4 | 373 | 126 | 111 |
| Binary | 10010011 | 1111101 | 11110101 | 101000 | 110001 | 0 | 100 | 11111011 | 1010110 | 1001001 |
Color Harmonies of #937DF5
Complementary color
Monochromatic Colors of #937DF5
Black with #937DF5
Text Example
Text Example
White with #937DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DF5; }
p { color: rgb(147,125,245); }
H1.HeaderClassName
{
color: #937DF5;
}
.AnyTagClassName
{
color: #937DF5;
}
</style>
background-color css
<style>
a { background-color: #937DF5; }
a { background-color: rgb(147,125,245); }
div.DivClassName
{
background-color: #937DF5;
}
.BgClassName
{
background-color: #937DF5;
}
</style>
border-color css
<style>
span { border-color: #937DF5; }
span { border-color: rgb(147,125,245); }
td.TdClassName
{
border-color: #937DF5;
}
.TagClassName
{
border-color: #937DF5;
}
</style>