#915DFF

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

Shades of Light Slate Blue #915DFF

Tints of Light Slate Blue #915DFF

Color information

#915DFF (or 0x915DFF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 5D and FF. RGB value is (145,93,255). Sum of RGB (Red+Green+Blue) = 145+93+255=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #915DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915DFF is #6EA200. Grayscale: #7E7E7E. Windows color (decimal): -7250433 or 16735633. OLE color: 16735633.

HSL color Cylindrical-coordinate representation of color #915DFF: hue angle of 259.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #915DFF is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14593255-
CMYK0.430.6400
HSL259.26º100%68.24%-
HSV(B)259.26º63.53%100%-
XYZ33.6421.0796.9-
YUV127.02200.23140.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.41%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 255 (100% from 255) = 51.72%
R=29.41%
G=18.86%
B=51.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal145932550.430.6400259.2610068.24
Hex915DFF2B40001036444
Octal2211353775310000403144104
Binary1001000110111011111111110101110000000010000001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,93,255); }

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

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

 a { background-color: rgb(145,93,255); }

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

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

 span { border-color: rgb(145,93,255); }

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