#915FF9

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

Shades of Light Slate Blue #915FF9

Tints of Light Slate Blue #915FF9

Color information

#915FF9 (or 0x915FF9) is unknown color: approx Light Slate Blue. HEX triplet: 91, 5F and F9. RGB value is (145,95,249). Sum of RGB (Red+Green+Blue) = 145+95+249=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #915FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FF9 is #6EA006. Grayscale: #7E7E7E. Windows color (decimal): -7249927 or 16342929. OLE color: 16342929.

HSL color Cylindrical-coordinate representation of color #915FF9: hue angle of 259.48º 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 #915FF9 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14595249-
CMYK0.420.6200.02
HSL259.48º92.77%67.45%-
HSV(B)259.48º61.85%97.65%-
XYZ32.8721.0491.95-
YUV127.51196.56140.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.65%
GREEN value IS 95 (37.5% from 255) = 19.43%
BLUE value IS 249 (97.66% from 255) = 50.92%
R=29.65%
G=19.43%
B=50.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal145952490.420.6200.02259.4892.7767.45
Hex915FF92A3E021035d43
Octal221137371527602403135103
Binary1001000110111111111100110101011111001010000001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,95,249); }

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

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

 a { background-color: rgb(145,95,249); }

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

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

 span { border-color: rgb(145,95,249); }

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