#9654FA

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

Shades of Light Slate Blue #9654FA

Tints of Light Slate Blue #9654FA

Color information

#9654FA (or 0x9654FA) is unknown color: approx Light Slate Blue. HEX triplet: 96, 54 and FA. RGB value is (150,84,250). Sum of RGB (Red+Green+Blue) = 150+84+250=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #9654FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9654FA is #69AB05. Grayscale: #7A7A7A. Windows color (decimal): -6925062 or 16405654. OLE color: 16405654.

HSL color Cylindrical-coordinate representation of color #9654FA: hue angle of 263.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9654FA is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15084250-
CMYK0.40.6600.02
HSL263.86º94.32%65.49%-
HSV(B)263.86º66.4%98.04%-
XYZ3319.7392.51-
YUV122.66199.87147.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.99%
GREEN value IS 84 (33.20% from 255) = 17.36%
BLUE value IS 250 (98.05% from 255) = 51.65%
R=30.99%
G=17.36%
B=51.65%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150842500.40.6600.02263.8694.3265.49
Hex9654FA2842021085e41
Octal2261243725010202410136101
Binary10010110101010011111010101000100001001010000100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9654FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9654FA; }

 p { color: rgb(150,84,250); }

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

<style>
 a { background-color: #9654FA; }

 a { background-color: rgb(150,84,250); }

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

<style>
 span { border-color: #9654FA; }

 span { border-color: rgb(150,84,250); }

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