#9686FE

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

Shades of Light Slate Blue #9686FE

Tints of Light Slate Blue #9686FE

Color information

#9686FE (or 0x9686FE) is unknown color: approx Light Slate Blue. HEX triplet: 96, 86 and FE. RGB value is (150,134,254). Sum of RGB (Red+Green+Blue) = 150+134+254=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #9686FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9686FE is #697901. Grayscale: #989898. Windows color (decimal): -6912258 or 16680598. OLE color: 16680598.

HSL color Cylindrical-coordinate representation of color #9686FE: hue angle of 248º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9686FE is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150134254-
CMYK0.410.4700.00
HSL248º98.36%76.08%-
HSV(B)248º47.24%99.61%-
XYZ38.9930.6997.63-
YUV152.46185.3126.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 134 (52.73% from 255) = 24.91%
BLUE value IS 254 (99.61% from 255) = 47.21%
R=27.88%
G=24.91%
B=47.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501342540.410.4700.0024898.3676.08
Hex9686FE292F00f8624c
Octal226206376515700370142114
Binary100101101000011011111110101001101111001111100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9686FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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