Shades of Light Slate Blue #938DFC
Tints of Light Slate Blue #938DFC
RGB
CMYK
RGB Variations
Color information
#938DFC (or 0x938DFC) is known color: Light Slate Blue. HEX triplet: 93, 8D and FC. RGB value is (147,141,252). Sum of RGB (Red+Green+Blue) = 147+141+252=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #938DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DFC is #6C7203. Grayscale: #9B9B9B. Windows color (decimal): -7107076 or 16551315. OLE color: 16551315.
HSL color Cylindrical-coordinate representation of color #938DFC: hue angle of 243.24º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #938DFC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 141 | 252 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.01 |
| HSL | 243.24º | 0.95% | 0.77% | - |
| HSV(B) | 243.24º | 0.44% | 0.99% | - |
| XYZ | 39.13 | 32.28 | 96.26 | - |
| YUV | 155.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 252 | 0.42 | 0.44 | 0 | 0.01 | 243.24 | 0.95 | 0.77 |
| Hex | 93 | 8D | FC | 2A | 2C | 0 | 1 | F3 | 5F | 4D |
| Octal | 223 | 215 | 374 | 52 | 54 | 0 | 1 | 363 | 137 | 115 |
| Binary | 10010011 | 10001101 | 11111100 | 101010 | 101100 | 0 | 1 | 11110011 | 1011111 | 1001101 |
Color Harmonies of #938DFC
Complementary color
Monochromatic Colors of #938DFC
Black with #938DFC
Text Example
Text Example
White with #938DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DFC; }
p { color: rgb(147,141,252); }
H1.HeaderClassName
{
color: #938DFC;
}
.AnyTagClassName
{
color: #938DFC;
}
</style>
background-color css
<style>
a { background-color: #938DFC; }
a { background-color: rgb(147,141,252); }
div.DivClassName
{
background-color: #938DFC;
}
.BgClassName
{
background-color: #938DFC;
}
</style>
border-color css
<style>
span { border-color: #938DFC; }
span { border-color: rgb(147,141,252); }
td.TdClassName
{
border-color: #938DFC;
}
.TagClassName
{
border-color: #938DFC;
}
</style>