Shades of Light Slate Blue #938EFB
Tints of Light Slate Blue #938EFB
RGB
CMYK
RGB Variations
Color information
#938EFB (or 0x938EFB) is known color: Light Slate Blue. HEX triplet: 93, 8E and FB. RGB value is (147,142,251). Sum of RGB (Red+Green+Blue) = 147+142+251=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #938EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EFB is #6C7104. Grayscale: #9B9B9B. Windows color (decimal): -7106821 or 16486035. OLE color: 16486035.
HSL color Cylindrical-coordinate representation of color #938EFB: hue angle of 242.75º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #938EFB is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 142 | 251 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.02 |
| HSL | 242.75º | 0.93% | 0.77% | - |
| HSV(B) | 242.75º | 0.43% | 0.98% | - |
| XYZ | 39.12 | 32.51 | 95.48 | - |
| YUV | 155.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 251 | 0.41 | 0.43 | 0 | 0.02 | 242.75 | 0.93 | 0.77 |
| Hex | 93 | 8E | FB | 29 | 2B | 0 | 2 | F3 | 5D | 4D |
| Octal | 223 | 216 | 373 | 51 | 53 | 0 | 2 | 363 | 135 | 115 |
| Binary | 10010011 | 10001110 | 11111011 | 101001 | 101011 | 0 | 10 | 11110011 | 1011101 | 1001101 |
Color Harmonies of #938EFB
Complementary color
Monochromatic Colors of #938EFB
Black with #938EFB
Text Example
Text Example
White with #938EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EFB; }
p { color: rgb(147,142,251); }
H1.HeaderClassName
{
color: #938EFB;
}
.AnyTagClassName
{
color: #938EFB;
}
</style>
background-color css
<style>
a { background-color: #938EFB; }
a { background-color: rgb(147,142,251); }
div.DivClassName
{
background-color: #938EFB;
}
.BgClassName
{
background-color: #938EFB;
}
</style>
border-color css
<style>
span { border-color: #938EFB; }
span { border-color: rgb(147,142,251); }
td.TdClassName
{
border-color: #938EFB;
}
.TagClassName
{
border-color: #938EFB;
}
</style>