Shades of Light Slate Blue #937DF9
Tints of Light Slate Blue #937DF9
RGB
CMYK
RGB Variations
Color information
#937DF9 (or 0x937DF9) is known color: Light Slate Blue. HEX triplet: 93, 7D and F9. RGB value is (147,125,249). Sum of RGB (Red+Green+Blue) = 147+125+249=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #937DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DF9 is #6C8206. Grayscale: #919191. Windows color (decimal): -7111175 or 16350611. OLE color: 16350611.
HSL color Cylindrical-coordinate representation of color #937DF9: hue angle of 250.65º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937DF9 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 125 | 249 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.02 |
| HSL | 250.65º | 0.91% | 0.73% | - |
| HSV(B) | 250.65º | 0.5% | 0.98% | - |
| XYZ | 36.47 | 27.71 | 93.05 | - |
| YUV | 145.71 | 186.29 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 249 | 0.41 | 0.50 | 0 | 0.02 | 250.65 | 0.91 | 0.73 |
| Hex | 93 | 7D | F9 | 29 | 32 | 0 | 2 | FB | 5B | 49 |
| Octal | 223 | 175 | 371 | 51 | 62 | 0 | 2 | 373 | 133 | 111 |
| Binary | 10010011 | 1111101 | 11111001 | 101001 | 110010 | 0 | 10 | 11111011 | 1011011 | 1001001 |
Color Harmonies of #937DF9
Complementary color
Monochromatic Colors of #937DF9
Black with #937DF9
Text Example
Text Example
White with #937DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DF9; }
p { color: rgb(147,125,249); }
H1.HeaderClassName
{
color: #937DF9;
}
.AnyTagClassName
{
color: #937DF9;
}
</style>
background-color css
<style>
a { background-color: #937DF9; }
a { background-color: rgb(147,125,249); }
div.DivClassName
{
background-color: #937DF9;
}
.BgClassName
{
background-color: #937DF9;
}
</style>
border-color css
<style>
span { border-color: #937DF9; }
span { border-color: rgb(147,125,249); }
td.TdClassName
{
border-color: #937DF9;
}
.TagClassName
{
border-color: #937DF9;
}
</style>