Shades of Light Slate Blue #937EFA
Tints of Light Slate Blue #937EFA
RGB
CMYK
RGB Variations
Color information
#937EFA (or 0x937EFA) is known color: Light Slate Blue. HEX triplet: 93, 7E and FA. RGB value is (147,126,250). Sum of RGB (Red+Green+Blue) = 147+126+250=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #937EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937EFA is #6C8105. Grayscale: #919191. Windows color (decimal): -7110918 or 16416403. OLE color: 16416403.
HSL color Cylindrical-coordinate representation of color #937EFA: hue angle of 250.16º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937EFA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 126 | 250 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.02 |
| HSL | 250.16º | 0.93% | 0.74% | - |
| HSV(B) | 250.16º | 0.5% | 0.98% | - |
| XYZ | 36.75 | 28.03 | 93.92 | - |
| YUV | 146.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 250 | 0.41 | 0.50 | 0 | 0.02 | 250.16 | 0.93 | 0.74 |
| Hex | 93 | 7E | FA | 29 | 32 | 0 | 2 | FA | 5D | 4A |
| Octal | 223 | 176 | 372 | 51 | 62 | 0 | 2 | 372 | 135 | 112 |
| Binary | 10010011 | 1111110 | 11111010 | 101001 | 110010 | 0 | 10 | 11111010 | 1011101 | 1001010 |
Color Harmonies of #937EFA
Complementary color
Monochromatic Colors of #937EFA
Black with #937EFA
Text Example
Text Example
White with #937EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EFA; }
p { color: rgb(147,126,250); }
H1.HeaderClassName
{
color: #937EFA;
}
.AnyTagClassName
{
color: #937EFA;
}
</style>
background-color css
<style>
a { background-color: #937EFA; }
a { background-color: rgb(147,126,250); }
div.DivClassName
{
background-color: #937EFA;
}
.BgClassName
{
background-color: #937EFA;
}
</style>
border-color css
<style>
span { border-color: #937EFA; }
span { border-color: rgb(147,126,250); }
td.TdClassName
{
border-color: #937EFA;
}
.TagClassName
{
border-color: #937EFA;
}
</style>