#915BFA

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

Shades of Light Slate Blue #915BFA

Tints of Light Slate Blue #915BFA

Color information

#915BFA (or 0x915BFA) is unknown color: approx Light Slate Blue. HEX triplet: 91, 5B and FA. RGB value is (145,91,250). Sum of RGB (Red+Green+Blue) = 145+91+250=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #915BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915BFA is #6EA405. Grayscale: #7C7C7C. Windows color (decimal): -7250950 or 16407441. OLE color: 16407441.

HSL color Cylindrical-coordinate representation of color #915BFA: hue angle of 260.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #915BFA is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14591250-
CMYK0.420.6400.02
HSL260.38º94.08%66.86%-
HSV(B)260.38º63.6%98.04%-
XYZ32.6720.492.66-
YUV125.27198.39142.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.84%
GREEN value IS 91 (35.94% from 255) = 18.72%
BLUE value IS 250 (98.05% from 255) = 51.44%
R=29.84%
G=18.72%
B=51.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal145912500.420.6400.02260.3894.0866.86
Hex915BFA2A40021045e43
Octal2211333725210002404136103
Binary10010001101101111111010101010100000001010000010010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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