Shades of Light Slate Blue #938DFF
Tints of Light Slate Blue #938DFF
RGB
CMYK
RGB Variations
Color information
#938DFF (or 0x938DFF) is known color: Light Slate Blue. HEX triplet: 93, 8D and FF. RGB value is (147,141,255). Sum of RGB (Red+Green+Blue) = 147+141+255=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #938DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DFF is #6C7200. Grayscale: #9B9B9B. Windows color (decimal): -7107073 or 16747923. OLE color: 16747923.
HSL color Cylindrical-coordinate representation of color #938DFF: hue angle of 243.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #938DFF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 141 | 255 | - |
| CMYK | 0.42 | 0.45 | 0 | 0 |
| HSL | 243.16º | 1% | 0.78% | - |
| HSV(B) | 243.16º | 0.45% | 1% | - |
| XYZ | 39.61 | 32.47 | 98.79 | - |
| YUV | 155.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 255 | 0.42 | 0.45 | 0 | 0 | 243.16 | 1 | 0.78 |
| Hex | 93 | 8D | FF | 2A | 2D | 0 | 0 | F3 | 64 | 4E |
| Octal | 223 | 215 | 377 | 52 | 55 | 0 | 0 | 363 | 144 | 116 |
| Binary | 10010011 | 10001101 | 11111111 | 101010 | 101101 | 0 | 0 | 11110011 | 1100100 | 1001110 |
Color Harmonies of #938DFF
Complementary color
Monochromatic Colors of #938DFF
Black with #938DFF
Text Example
Text Example
White with #938DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DFF; }
p { color: rgb(147,141,255); }
H1.HeaderClassName
{
color: #938DFF;
}
.AnyTagClassName
{
color: #938DFF;
}
</style>
background-color css
<style>
a { background-color: #938DFF; }
a { background-color: rgb(147,141,255); }
div.DivClassName
{
background-color: #938DFF;
}
.BgClassName
{
background-color: #938DFF;
}
</style>
border-color css
<style>
span { border-color: #938DFF; }
span { border-color: rgb(147,141,255); }
td.TdClassName
{
border-color: #938DFF;
}
.TagClassName
{
border-color: #938DFF;
}
</style>