#966AFF

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

Shades of Light Slate Blue #966AFF

Tints of Light Slate Blue #966AFF

Color information

#966AFF (or 0x966AFF) is unknown color: approx Light Slate Blue. HEX triplet: 96, 6A and FF. RGB value is (150,106,255). Sum of RGB (Red+Green+Blue) = 150+106+255=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #966AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966AFF is #699500. Grayscale: #878787. Windows color (decimal): -6919425 or 16738966. OLE color: 16738966.

HSL color Cylindrical-coordinate representation of color #966AFF: hue angle of 257.72º 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 #966AFF is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150106255-
CMYK0.410.5800
HSL257.72º100%70.78%-
HSV(B)257.72º58.43%100%-
XYZ35.7824.0197.36-
YUV136.14195.08137.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 255 (100% from 255) = 49.90%
R=29.35%
G=20.74%
B=49.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501062550.410.5800257.7210070.78
Hex966AFF293A001026447
Octal226152377517200402144107
Binary100101101101010111111111010011110100010000001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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