#9686FA

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

Shades of Light Slate Blue #9686FA

Tints of Light Slate Blue #9686FA

Color information

#9686FA (or 0x9686FA) is unknown color: approx Light Slate Blue. HEX triplet: 96, 86 and FA. RGB value is (150,134,250). Sum of RGB (Red+Green+Blue) = 150+134+250=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #9686FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9686FA is #697905. Grayscale: #979797. Windows color (decimal): -6912262 or 16418454. OLE color: 16418454.

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

Color convert

RGB150134250-
CMYK0.40.4600.02
HSL248.28º92.06%75.29%-
HSV(B)248.28º46.4%98.04%-
XYZ38.3630.4494.3-
YUV152.01183.3126.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.09%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 250 (98.05% from 255) = 46.82%
R=28.09%
G=25.09%
B=46.82%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501342500.40.4600.02248.2892.0675.29
Hex9686FA282E02f85c4b
Octal226206372505602370134113
Binary1001011010000110111110101010001011100101111100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9686FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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