Shades of Light Slate Blue #938CFF
Tints of Light Slate Blue #938CFF
RGB
CMYK
RGB Variations
Color information
#938CFF (or 0x938CFF) is known color: Light Slate Blue. HEX triplet: 93, 8C and FF. RGB value is (147,140,255). Sum of RGB (Red+Green+Blue) = 147+140+255=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #938CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CFF is #6C7300. Grayscale: #9A9A9A. Windows color (decimal): -7107329 or 16747667. OLE color: 16747667.
HSL color Cylindrical-coordinate representation of color #938CFF: hue angle of 243.65º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #938CFF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 140 | 255 | - |
| CMYK | 0.42 | 0.45 | 0 | 0 |
| HSL | 243.65º | 1% | 0.77% | - |
| HSV(B) | 243.65º | 0.45% | 1% | - |
| XYZ | 39.46 | 32.18 | 98.74 | - |
| YUV | 155.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 255 | 0.42 | 0.45 | 0 | 0 | 243.65 | 1 | 0.77 |
| Hex | 93 | 8C | FF | 2A | 2D | 0 | 0 | F4 | 64 | 4D |
| Octal | 223 | 214 | 377 | 52 | 55 | 0 | 0 | 364 | 144 | 115 |
| Binary | 10010011 | 10001100 | 11111111 | 101010 | 101101 | 0 | 0 | 11110100 | 1100100 | 1001101 |
Color Harmonies of #938CFF
Complementary color
Monochromatic Colors of #938CFF
Black with #938CFF
Text Example
Text Example
White with #938CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CFF; }
p { color: rgb(147,140,255); }
H1.HeaderClassName
{
color: #938CFF;
}
.AnyTagClassName
{
color: #938CFF;
}
</style>
background-color css
<style>
a { background-color: #938CFF; }
a { background-color: rgb(147,140,255); }
div.DivClassName
{
background-color: #938CFF;
}
.BgClassName
{
background-color: #938CFF;
}
</style>
border-color css
<style>
span { border-color: #938CFF; }
span { border-color: rgb(147,140,255); }
td.TdClassName
{
border-color: #938CFF;
}
.TagClassName
{
border-color: #938CFF;
}
</style>