#935EF9

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

Shades of Light Slate Blue #935EF9

Tints of Light Slate Blue #935EF9

Color information

#935EF9 (or 0x935EF9) is unknown color: approx Light Slate Blue. HEX triplet: 93, 5E and F9. RGB value is (147,94,249). Sum of RGB (Red+Green+Blue) = 147+94+249=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #935EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935EF9 is #6CA106. Grayscale: #7E7E7E. Windows color (decimal): -7119111 or 16342675. OLE color: 16342675.

HSL color Cylindrical-coordinate representation of color #935EF9: hue angle of 260.52º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #935EF9 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14794249-
CMYK0.410.6200.02
HSL260.52º92.81%67.25%-
HSV(B)260.52º62.25%97.65%-
XYZ33.1321.0591.94-
YUV127.52196.56141.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 94 (37.11% from 255) = 19.18%
BLUE value IS 249 (97.66% from 255) = 50.82%
R=30%
G=19.18%
B=50.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal147942490.410.6200.02260.5292.8167.25
Hex935EF9293E021055d43
Octal223136371517602405135103
Binary1001001110111101111100110100111111001010000010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935EF9; }

 p { color: rgb(147,94,249); }

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

<style>
 a { background-color: #935EF9; }

 a { background-color: rgb(147,94,249); }

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

<style>
 span { border-color: #935EF9; }

 span { border-color: rgb(147,94,249); }

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