Shades of Light Slate Blue #938EFF
Tints of Light Slate Blue #938EFF
RGB
CMYK
RGB Variations
Color information
#938EFF (or 0x938EFF) is known color: Light Slate Blue. HEX triplet: 93, 8E and FF. RGB value is (147,142,255). Sum of RGB (Red+Green+Blue) = 147+142+255=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #938EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EFF is #6C7100. Grayscale: #9B9B9B. Windows color (decimal): -7106817 or 16748179. OLE color: 16748179.
HSL color Cylindrical-coordinate representation of color #938EFF: hue angle of 242.65º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #938EFF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 142 | 255 | - |
| CMYK | 0.42 | 0.44 | 0 | 0 |
| HSL | 242.65º | 1% | 0.78% | - |
| HSV(B) | 242.65º | 0.44% | 1% | - |
| XYZ | 39.76 | 32.77 | 98.84 | - |
| YUV | 156.38 | 183.66 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 255 | 0.42 | 0.44 | 0 | 0 | 242.65 | 1 | 0.78 |
| Hex | 93 | 8E | FF | 2A | 2C | 0 | 0 | F3 | 64 | 4E |
| Octal | 223 | 216 | 377 | 52 | 54 | 0 | 0 | 363 | 144 | 116 |
| Binary | 10010011 | 10001110 | 11111111 | 101010 | 101100 | 0 | 0 | 11110011 | 1100100 | 1001110 |
Color Harmonies of #938EFF
Complementary color
Monochromatic Colors of #938EFF
Black with #938EFF
Text Example
Text Example
White with #938EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EFF; }
p { color: rgb(147,142,255); }
H1.HeaderClassName
{
color: #938EFF;
}
.AnyTagClassName
{
color: #938EFF;
}
</style>
background-color css
<style>
a { background-color: #938EFF; }
a { background-color: rgb(147,142,255); }
div.DivClassName
{
background-color: #938EFF;
}
.BgClassName
{
background-color: #938EFF;
}
</style>
border-color css
<style>
span { border-color: #938EFF; }
span { border-color: rgb(147,142,255); }
td.TdClassName
{
border-color: #938EFF;
}
.TagClassName
{
border-color: #938EFF;
}
</style>