#966CFF

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

Shades of Light Slate Blue #966CFF

Tints of Light Slate Blue #966CFF

Color information

#966CFF (or 0x966CFF) is unknown color: approx Light Slate Blue. HEX triplet: 96, 6C and FF. RGB value is (150,108,255). Sum of RGB (Red+Green+Blue) = 150+108+255=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #966CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CFF is #699300. Grayscale: #888888. Windows color (decimal): -6918913 or 16739478. OLE color: 16739478.

HSL color Cylindrical-coordinate representation of color #966CFF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #966CFF is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150108255-
CMYK0.410.5800
HSL257.14º100%71.18%-
HSV(B)257.14º57.65%100%-
XYZ35.9924.4397.43-
YUV137.32194.41137.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 108 (42.58% from 255) = 21.05%
BLUE value IS 255 (100% from 255) = 49.71%
R=29.24%
G=21.05%
B=49.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501082550.410.5800257.1410071.18
Hex966CFF293A001016447
Octal226154377517200401144107
Binary100101101101100111111111010011110100010000000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966CFF; }

 p { color: rgb(150,108,255); }

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

<style>
 a { background-color: #966CFF; }

 a { background-color: rgb(150,108,255); }

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

<style>
 span { border-color: #966CFF; }

 span { border-color: rgb(150,108,255); }

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