#9684F1

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

Shades of Light Slate Blue #9684F1

Tints of Light Slate Blue #9684F1

Color information

#9684F1 (or 0x9684F1) is unknown color: approx Light Slate Blue. HEX triplet: 96, 84 and F1. RGB value is (150,132,241). Sum of RGB (Red+Green+Blue) = 150+132+241=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #9684F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9684F1 is #697B0E. Grayscale: #959595. Windows color (decimal): -6912783 or 15828118. OLE color: 15828118.

HSL color Cylindrical-coordinate representation of color #9684F1: hue angle of 249.91º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9684F1 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150132241-
CMYK0.380.4500.05
HSL249.91º79.56%73.14%-
HSV(B)249.91º45.23%94.51%-
XYZ36.7129.3486.95-
YUV149.81179.46128.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.68%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 241 (94.53% from 255) = 46.08%
R=28.68%
G=25.24%
B=46.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501322410.380.4500.05249.9179.5673.14
Hex9684F1262D05fa5049
Octal226204361465505372120111
Binary10010110100001001111000110011010110101011111101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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