#915EF5

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

Shades of Light Slate Blue #915EF5

Tints of Light Slate Blue #915EF5

Color information

#915EF5 (or 0x915EF5) is unknown color: approx Light Slate Blue. HEX triplet: 91, 5E and F5. RGB value is (145,94,245). Sum of RGB (Red+Green+Blue) = 145+94+245=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #915EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915EF5 is #6EA10A. Grayscale: #7D7D7D. Windows color (decimal): -7250187 or 16080529. OLE color: 16080529.

HSL color Cylindrical-coordinate representation of color #915EF5: hue angle of 260.26º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #915EF5 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14594245-
CMYK0.410.6200.04
HSL260.26º88.3%66.47%-
HSV(B)260.26º61.63%96.08%-
XYZ32.1620.6288.67-
YUV126.46194.9141.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 245 (96.09% from 255) = 50.62%
R=29.96%
G=19.42%
B=50.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal145942450.410.6200.04260.2688.366.47
Hex915EF5293E041045842
Octal221136365517604404130102
Binary10010001101111011110101101001111110010010000010010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915EF5; }

 p { color: rgb(145,94,245); }

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

<style>
 a { background-color: #915EF5; }

 a { background-color: rgb(145,94,245); }

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

<style>
 span { border-color: #915EF5; }

 span { border-color: rgb(145,94,245); }

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