#937EF8

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

Shades of Light Slate Blue #937EF8

Tints of Light Slate Blue #937EF8

Color information

#937EF8 (or 0x937EF8) is unknown color: approx Light Slate Blue. HEX triplet: 93, 7E and F8. RGB value is (147,126,248). Sum of RGB (Red+Green+Blue) = 147+126+248=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #937EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937EF8 is #6C8107. Grayscale: #919191. Windows color (decimal): -7110920 or 16285331. OLE color: 16285331.

HSL color Cylindrical-coordinate representation of color #937EF8: hue angle of 250.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #937EF8 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147126248-
CMYK0.410.4900.03
HSL250.33º89.71%73.33%-
HSV(B)250.33º49.19%97.25%-
XYZ36.4427.992.27-
YUV146.19185.46128.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 248 (97.27% from 255) = 47.60%
R=28.21%
G=24.18%
B=47.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1471262480.410.4900.03250.3389.7173.33
Hex937EF8293103fa5a49
Octal223176370516103372132111
Binary100100111111110111110001010011100010111111101010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937EF8; }

 p { color: rgb(147,126,248); }

 H1.HeaderClassName
 {
   color: #937EF8;
 }
 .AnyTagClassName
 {
   color: #937EF8;
 }
</style>
background-color css

<style>
 a { background-color: #937EF8; }

 a { background-color: rgb(147,126,248); }

 div.DivClassName
 {
   background-color: #937EF8;
 }
 .BgClassName
 {
   background-color: #937EF8;
 }
</style>
border-color css

<style>
 span { border-color: #937EF8; }

 span { border-color: rgb(147,126,248); }

 td.TdClassName
 {
   border-color: #937EF8;
 }
 .TagClassName
 {
   border-color: #937EF8;
 }
</style>