#915BFF

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

Shades of Light Slate Blue #915BFF

Tints of Light Slate Blue #915BFF

Color information

#915BFF (or 0x915BFF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 5B and FF. RGB value is (145,91,255). Sum of RGB (Red+Green+Blue) = 145+91+255=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #915BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915BFF is #6EA400. Grayscale: #7D7D7D. Windows color (decimal): -7250945 or 16735121. OLE color: 16735121.

HSL color Cylindrical-coordinate representation of color #915BFF: hue angle of 259.76º 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 #915BFF is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14591255-
CMYK0.430.6400
HSL259.76º100%67.84%-
HSV(B)259.76º64.31%100%-
XYZ33.4720.7296.84-
YUV125.84200.89141.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.53%
GREEN value IS 91 (35.94% from 255) = 18.53%
BLUE value IS 255 (100% from 255) = 51.93%
R=29.53%
G=18.53%
B=51.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal145912550.430.6400259.7610067.84
Hex915BFF2B40001046444
Octal2211333775310000404144104
Binary1001000110110111111111110101110000000010000010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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