Shades of Light Slate Blue #938EFC
Tints of Light Slate Blue #938EFC
RGB
CMYK
RGB Variations
Color information
#938EFC (or 0x938EFC) is known color: Light Slate Blue. HEX triplet: 93, 8E and FC. RGB value is (147,142,252). Sum of RGB (Red+Green+Blue) = 147+142+252=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #938EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EFC is #6C7103. Grayscale: #9B9B9B. Windows color (decimal): -7106820 or 16551571. OLE color: 16551571.
HSL color Cylindrical-coordinate representation of color #938EFC: hue angle of 242.73º 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 #938EFC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 142 | 252 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.01 |
| HSL | 242.73º | 0.95% | 0.77% | - |
| HSV(B) | 242.73º | 0.44% | 0.99% | - |
| XYZ | 39.28 | 32.58 | 96.31 | - |
| YUV | 156.04 | 182.16 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 252 | 0.42 | 0.44 | 0 | 0.01 | 242.73 | 0.95 | 0.77 |
| Hex | 93 | 8E | FC | 2A | 2C | 0 | 1 | F3 | 5F | 4D |
| Octal | 223 | 216 | 374 | 52 | 54 | 0 | 1 | 363 | 137 | 115 |
| Binary | 10010011 | 10001110 | 11111100 | 101010 | 101100 | 0 | 1 | 11110011 | 1011111 | 1001101 |
Color Harmonies of #938EFC
Complementary color
Monochromatic Colors of #938EFC
Black with #938EFC
Text Example
Text Example
White with #938EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EFC; }
p { color: rgb(147,142,252); }
H1.HeaderClassName
{
color: #938EFC;
}
.AnyTagClassName
{
color: #938EFC;
}
</style>
background-color css
<style>
a { background-color: #938EFC; }
a { background-color: rgb(147,142,252); }
div.DivClassName
{
background-color: #938EFC;
}
.BgClassName
{
background-color: #938EFC;
}
</style>
border-color css
<style>
span { border-color: #938EFC; }
span { border-color: rgb(147,142,252); }
td.TdClassName
{
border-color: #938EFC;
}
.TagClassName
{
border-color: #938EFC;
}
</style>