#9150FE

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

Shades of Light Slate Blue #9150FE

Tints of Light Slate Blue #9150FE

Color information

#9150FE (or 0x9150FE) is unknown color: approx Light Slate Blue. HEX triplet: 91, 50 and FE. RGB value is (145,80,254). Sum of RGB (Red+Green+Blue) = 145+80+254=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #9150FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9150FE is #6EAF01. Grayscale: #767676. Windows color (decimal): -7253762 or 16666769. OLE color: 16666769.

HSL color Cylindrical-coordinate representation of color #9150FE: hue angle of 262.41º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9150FE is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB14580254-
CMYK0.430.6900.00
HSL262.41º98.86%65.49%-
HSV(B)262.41º68.5%99.61%-
XYZ32.4418.9195.71-
YUV119.27204.03146.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.27%
GREEN value IS 80 (31.64% from 255) = 16.70%
BLUE value IS 254 (99.61% from 255) = 53.03%
R=30.27%
G=16.70%
B=53.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal145802540.430.6900.00262.4198.8665.49
Hex9150FE2B45001066341
Octal2211203765310500406143101
Binary1001000110100001111111010101110001010010000011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9150FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9150FE; }

 p { color: rgb(145,80,254); }

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

<style>
 a { background-color: #9150FE; }

 a { background-color: rgb(145,80,254); }

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

<style>
 span { border-color: #9150FE; }

 span { border-color: rgb(145,80,254); }

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