#937EFA

Color #937EFA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #937EFA

Tints of Light Slate Blue #937EFA

Color information

#937EFA (or 0x937EFA) is unknown color: approx 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

RGB147126250-
CMYK0.410.5000.02
HSL250.16º92.54%73.73%-
HSV(B)250.16º49.6%98.04%-
XYZ36.7528.0393.92-
YUV146.42186.46128.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 28.11%
GREEN value IS 126 (49.61% from 255) = 24.09%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=28.11%
G=24.09%
B=47.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471262500.410.5000.02250.1692.5473.73
Hex937EFA293202fa5d4a
Octal223176372516202372135112
Binary100100111111110111110101010011100100101111101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>