#9666F7

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

Shades of Light Slate Blue #9666F7

Tints of Light Slate Blue #9666F7

Color information

#9666F7 (or 0x9666F7) is unknown color: approx Light Slate Blue. HEX triplet: 96, 66 and F7. RGB value is (150,102,247). Sum of RGB (Red+Green+Blue) = 150+102+247=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #9666F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9666F7 is #699908. Grayscale: #848484. Windows color (decimal): -6920457 or 16213654. OLE color: 16213654.

HSL color Cylindrical-coordinate representation of color #9666F7: hue angle of 259.86º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9666F7 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB150102247-
CMYK0.390.5900.03
HSL259.86º90.06%68.43%-
HSV(B)259.86º58.7%96.86%-
XYZ34.1222.790.58-
YUV132.88192.4140.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.06%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 247 (96.88% from 255) = 49.50%
R=30.06%
G=20.44%
B=49.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1501022470.390.5900.03259.8690.0668.43
Hex9666F7273B031045a44
Octal226146367477303404132104
Binary1001011011001101111011110011111101101110000010010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9666F7; }

 p { color: rgb(150,102,247); }

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

<style>
 a { background-color: #9666F7; }

 a { background-color: rgb(150,102,247); }

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

<style>
 span { border-color: #9666F7; }

 span { border-color: rgb(150,102,247); }

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