#9684FA

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

Shades of Light Slate Blue #9684FA

Tints of Light Slate Blue #9684FA

Color information

#9684FA (or 0x9684FA) is unknown color: approx Light Slate Blue. HEX triplet: 96, 84 and FA. RGB value is (150,132,250). Sum of RGB (Red+Green+Blue) = 150+132+250=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #9684FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9684FA is #697B05. Grayscale: #969696. Windows color (decimal): -6912774 or 16417942. OLE color: 16417942.

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

Color convert

RGB150132250-
CMYK0.40.4700.02
HSL249.15º92.19%74.9%-
HSV(B)249.15º47.2%98.04%-
XYZ38.0829.8994.2-
YUV150.83183.96127.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 250 (98.05% from 255) = 46.99%
R=28.20%
G=24.81%
B=46.99%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501322500.40.4700.02249.1592.1974.9
Hex9684FA282F02f95c4b
Octal226204372505702371134113
Binary1001011010000100111110101010001011110101111100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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